Represents a MigrationJob.
Package
@google-cloud/dmsConstructors
(constructor)(properties)
constructor(properties?: google.cloud.clouddms.v1.IMigrationJob);
Constructs a new MigrationJob.
Name | Description |
properties |
IMigrationJob
Properties to set |
Properties
connectivity
public connectivity?: ("reverseSshConnectivity"|"vpcPeeringConnectivity"|"staticIpConnectivity");
MigrationJob connectivity.
createTime
public createTime?: (google.protobuf.ITimestamp|null);
MigrationJob createTime.
destination
public destination: string;
MigrationJob destination.
destinationDatabase
public destinationDatabase?: (google.cloud.clouddms.v1.IDatabaseType|null);
MigrationJob destinationDatabase.
displayName
public displayName: string;
MigrationJob displayName.
dumpPath
public dumpPath: string;
MigrationJob dumpPath.
duration
public duration?: (google.protobuf.IDuration|null);
MigrationJob duration.
endTime
public endTime?: (google.protobuf.ITimestamp|null);
MigrationJob endTime.
error
public error?: (google.rpc.IStatus|null);
MigrationJob error.
labels
public labels: { [k: string]: string };
MigrationJob labels.
name
public name: string;
MigrationJob name.
phase
public phase: (google.cloud.clouddms.v1.MigrationJob.Phase|keyof typeof google.cloud.clouddms.v1.MigrationJob.Phase);
MigrationJob phase.
reverseSshConnectivity
public reverseSshConnectivity?: (google.cloud.clouddms.v1.IReverseSshConnectivity|null);
MigrationJob reverseSshConnectivity.
source
public source: string;
MigrationJob source.
sourceDatabase
public sourceDatabase?: (google.cloud.clouddms.v1.IDatabaseType|null);
MigrationJob sourceDatabase.
state
public state: (google.cloud.clouddms.v1.MigrationJob.State|keyof typeof google.cloud.clouddms.v1.MigrationJob.State);
MigrationJob state.
staticIpConnectivity
public staticIpConnectivity?: (google.cloud.clouddms.v1.IStaticIpConnectivity|null);
MigrationJob staticIpConnectivity.
type
public type: (google.cloud.clouddms.v1.MigrationJob.Type|keyof typeof google.cloud.clouddms.v1.MigrationJob.Type);
MigrationJob type.
updateTime
public updateTime?: (google.protobuf.ITimestamp|null);
MigrationJob updateTime.
vpcPeeringConnectivity
public vpcPeeringConnectivity?: (google.cloud.clouddms.v1.IVpcPeeringConnectivity|null);
MigrationJob vpcPeeringConnectivity.
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.
Name | Description |
properties |
IMigrationJob
Properties to set |
Type | Description |
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.
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.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.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
Type | Description |
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.
Name | Description |
message |
IMigrationJob
MigrationJob 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.IMigrationJob, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified MigrationJob message, length delimited. Does not implicitly messages.
Name | Description |
message |
IMigrationJob
MigrationJob 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.MigrationJob;
Creates a MigrationJob 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.MigrationJob | MigrationJob |
toJSON()
public toJSON(): { [k: string]: any };
Converts this MigrationJob to JSON.
Type | Description |
{ [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.
Name | Description |
message |
google.cloud.clouddms.v1.MigrationJob
MigrationJob |
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 MigrationJob message.
Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
Type | Description |
(string|null) |
|