Class protos.google.cloud.clouddms.v1.MigrationJob (1.0.5)

Represents a MigrationJob.

Package

@google-cloud/dms!

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.clouddms.v1.IMigrationJob);

Constructs a new MigrationJob.

Parameter
NameDescription
properties IMigrationJob

Properties to set

Properties

connectivity

public connectivity?: ("reverseSshConnectivity"|"vpcPeeringConnectivity"|"staticIpConnectivity");

MigrationJob connectivity.

Property Value
TypeDescription
("reverseSshConnectivity"|"vpcPeeringConnectivity"|"staticIpConnectivity")

createTime

public createTime?: (google.protobuf.ITimestamp|null);

MigrationJob createTime.

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

destination

public destination: string;

MigrationJob destination.

Property Value
TypeDescription
string

destinationDatabase

public destinationDatabase?: (google.cloud.clouddms.v1.IDatabaseType|null);

MigrationJob destinationDatabase.

Property Value
TypeDescription
(google.cloud.clouddms.v1.IDatabaseType|null)

displayName

public displayName: string;

MigrationJob displayName.

Property Value
TypeDescription
string

dumpPath

public dumpPath: string;

MigrationJob dumpPath.

Property Value
TypeDescription
string

duration

public duration?: (google.protobuf.IDuration|null);

MigrationJob duration.

Property Value
TypeDescription
(google.protobuf.IDuration|null)

endTime

public endTime?: (google.protobuf.ITimestamp|null);

MigrationJob endTime.

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

error

public error?: (google.rpc.IStatus|null);

MigrationJob error.

Property Value
TypeDescription
(google.rpc.IStatus|null)

labels

public labels: { [k: string]: string };

MigrationJob labels.

Property Value
TypeDescription
{ [k: string]: string }

name

public name: string;

MigrationJob name.

Property Value
TypeDescription
string

phase

public phase: (google.cloud.clouddms.v1.MigrationJob.Phase|keyof typeof google.cloud.clouddms.v1.MigrationJob.Phase);

MigrationJob phase.

Property Value
TypeDescription
(google.cloud.clouddms.v1.MigrationJob.Phase|keyof typeof google.cloud.clouddms.v1.MigrationJob.Phase)

reverseSshConnectivity

public reverseSshConnectivity?: (google.cloud.clouddms.v1.IReverseSshConnectivity|null);

MigrationJob reverseSshConnectivity.

Property Value
TypeDescription
(google.cloud.clouddms.v1.IReverseSshConnectivity|null)

source

public source: string;

MigrationJob source.

Property Value
TypeDescription
string

sourceDatabase

public sourceDatabase?: (google.cloud.clouddms.v1.IDatabaseType|null);

MigrationJob sourceDatabase.

Property Value
TypeDescription
(google.cloud.clouddms.v1.IDatabaseType|null)

state

public state: (google.cloud.clouddms.v1.MigrationJob.State|keyof typeof google.cloud.clouddms.v1.MigrationJob.State);

MigrationJob state.

Property Value
TypeDescription
(google.cloud.clouddms.v1.MigrationJob.State|keyof typeof google.cloud.clouddms.v1.MigrationJob.State)

staticIpConnectivity

public staticIpConnectivity?: (google.cloud.clouddms.v1.IStaticIpConnectivity|null);

MigrationJob staticIpConnectivity.

Property Value
TypeDescription
(google.cloud.clouddms.v1.IStaticIpConnectivity|null)

type

public type: (google.cloud.clouddms.v1.MigrationJob.Type|keyof typeof google.cloud.clouddms.v1.MigrationJob.Type);

MigrationJob type.

Property Value
TypeDescription
(google.cloud.clouddms.v1.MigrationJob.Type|keyof typeof google.cloud.clouddms.v1.MigrationJob.Type)

updateTime

public updateTime?: (google.protobuf.ITimestamp|null);

MigrationJob updateTime.

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

vpcPeeringConnectivity

public vpcPeeringConnectivity?: (google.cloud.clouddms.v1.IVpcPeeringConnectivity|null);

MigrationJob vpcPeeringConnectivity.

Property Value
TypeDescription
(google.cloud.clouddms.v1.IVpcPeeringConnectivity|null)

Methods

create(properties)

public static create(properties?: google.cloud.clouddms.v1.IMigrationJob): google.cloud.clouddms.v1.MigrationJob;

Creates a new MigrationJob instance using the specified properties.

Parameter
NameDescription
properties IMigrationJob

Properties to set

Returns
TypeDescription
google.cloud.clouddms.v1.MigrationJob

MigrationJob instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.clouddms.v1.MigrationJob;

Decodes a MigrationJob message from the specified reader or buffer.

Parameters
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
google.cloud.clouddms.v1.MigrationJob

MigrationJob

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.clouddms.v1.MigrationJob;

Decodes a MigrationJob message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
google.cloud.clouddms.v1.MigrationJob

MigrationJob

encode(message, writer)

public static encode(message: google.cloud.clouddms.v1.IMigrationJob, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified MigrationJob message. Does not implicitly messages.

Parameters
NameDescription
message IMigrationJob

MigrationJob message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.cloud.clouddms.v1.IMigrationJob, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified MigrationJob message, length delimited. Does not implicitly messages.

Parameters
NameDescription
message IMigrationJob

MigrationJob message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.cloud.clouddms.v1.MigrationJob;

Creates a MigrationJob message from a plain object. Also converts values to their respective internal types.

Parameter
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
google.cloud.clouddms.v1.MigrationJob

MigrationJob

toJSON()

public toJSON(): { [k: string]: any };

Converts this MigrationJob to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.cloud.clouddms.v1.MigrationJob, options?: $protobuf.IConversionOptions): { [k: string]: any };

Creates a plain object from a MigrationJob message. Also converts values to other types if specified.

Parameters
NameDescription
message google.cloud.clouddms.v1.MigrationJob

MigrationJob

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies a MigrationJob message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not