Represents a CloudSqlSettings.
Package
@google-cloud/dmsConstructors
(constructor)(properties)
constructor(properties?: google.cloud.clouddms.v1.ICloudSqlSettings);
Constructs a new CloudSqlSettings.
Name | Description |
properties |
ICloudSqlSettings
Properties to set |
Properties
activationPolicy
public activationPolicy: (google.cloud.clouddms.v1.CloudSqlSettings.SqlActivationPolicy|keyof typeof google.cloud.clouddms.v1.CloudSqlSettings.SqlActivationPolicy);
CloudSqlSettings activationPolicy.
autoStorageIncrease
public autoStorageIncrease?: (google.protobuf.IBoolValue|null);
CloudSqlSettings autoStorageIncrease.
collation
public collation: string;
CloudSqlSettings collation.
databaseFlags
public databaseFlags: { [k: string]: string };
CloudSqlSettings databaseFlags.
databaseVersion
public databaseVersion: (google.cloud.clouddms.v1.CloudSqlSettings.SqlDatabaseVersion|keyof typeof google.cloud.clouddms.v1.CloudSqlSettings.SqlDatabaseVersion);
CloudSqlSettings databaseVersion.
dataDiskSizeGb
public dataDiskSizeGb?: (google.protobuf.IInt64Value|null);
CloudSqlSettings dataDiskSizeGb.
dataDiskType
public dataDiskType: (google.cloud.clouddms.v1.CloudSqlSettings.SqlDataDiskType|keyof typeof google.cloud.clouddms.v1.CloudSqlSettings.SqlDataDiskType);
CloudSqlSettings dataDiskType.
ipConfig
public ipConfig?: (google.cloud.clouddms.v1.ISqlIpConfig|null);
CloudSqlSettings ipConfig.
rootPassword
public rootPassword: string;
CloudSqlSettings rootPassword.
rootPasswordSet
public rootPasswordSet: boolean;
CloudSqlSettings rootPasswordSet.
sourceId
public sourceId: string;
CloudSqlSettings sourceId.
storageAutoResizeLimit
public storageAutoResizeLimit?: (google.protobuf.IInt64Value|null);
CloudSqlSettings storageAutoResizeLimit.
tier
public tier: string;
CloudSqlSettings tier.
userLabels
public userLabels: { [k: string]: string };
CloudSqlSettings userLabels.
zone
public zone: string;
CloudSqlSettings zone.
Methods
create(properties)
public static create(properties?: google.cloud.clouddms.v1.ICloudSqlSettings): google.cloud.clouddms.v1.CloudSqlSettings;
Creates a new CloudSqlSettings instance using the specified properties.
Name | Description |
properties |
ICloudSqlSettings
Properties to set |
Type | Description |
google.cloud.clouddms.v1.CloudSqlSettings | CloudSqlSettings instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.clouddms.v1.CloudSqlSettings;
Decodes a CloudSqlSettings message from the specified reader or buffer.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
Type | Description |
google.cloud.clouddms.v1.CloudSqlSettings | CloudSqlSettings |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.clouddms.v1.CloudSqlSettings;
Decodes a CloudSqlSettings message from the specified reader or buffer, length delimited.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
Type | Description |
google.cloud.clouddms.v1.CloudSqlSettings | CloudSqlSettings |
encode(message, writer)
public static encode(message: google.cloud.clouddms.v1.ICloudSqlSettings, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified CloudSqlSettings message. Does not implicitly messages.
Name | Description |
message |
ICloudSqlSettings
CloudSqlSettings message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.cloud.clouddms.v1.ICloudSqlSettings, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified CloudSqlSettings message, length delimited. Does not implicitly messages.
Name | Description |
message |
ICloudSqlSettings
CloudSqlSettings message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.cloud.clouddms.v1.CloudSqlSettings;
Creates a CloudSqlSettings message from a plain object. Also converts values to their respective internal types.
Name | Description |
object |
{ [k: string]: any }
Plain object |
Type | Description |
google.cloud.clouddms.v1.CloudSqlSettings | CloudSqlSettings |
toJSON()
public toJSON(): { [k: string]: any };
Converts this CloudSqlSettings to JSON.
Type | Description |
{ [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.cloud.clouddms.v1.CloudSqlSettings, options?: $protobuf.IConversionOptions): { [k: string]: any };
Creates a plain object from a CloudSqlSettings message. Also converts values to other types if specified.
Name | Description |
message |
google.cloud.clouddms.v1.CloudSqlSettings
CloudSqlSettings |
options |
$protobuf.IConversionOptions
Conversion options |
Type | Description |
{ [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);
Verifies a CloudSqlSettings message.
Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
Type | Description |
(string|null) |
|