Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class DiskMigrationJob.
Describes the disk which will be migrated from the source environment.
The source disk has to be unattached.
Generated from protobuf message google.cloud.vmmigration.v1.DiskMigrationJob
Namespace
Google \ Cloud \ VMMigration \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ aws_source_disk_details
↳ name
string
Output only. Identifier. The identifier of the DiskMigrationJob.
↳ target_details
↳ create_time
↳ update_time
↳ state
int
Output only. State of the DiskMigrationJob.
↳ errors
array< Google\Rpc\Status
>
Output only. Provides details on the errors that led to the disk migration job's state in case of an error.
↳ steps
getAwsSourceDiskDetails
Details of the unattached AWS source disk.
hasAwsSourceDiskDetails
setAwsSourceDiskDetails
Details of the unattached AWS source disk.
$this
getName
Output only. Identifier. The identifier of the DiskMigrationJob.
string
setName
Output only. Identifier. The identifier of the DiskMigrationJob.
var
string
$this
getTargetDetails
Required. Details of the target Disk in Compute Engine.
hasTargetDetails
clearTargetDetails
setTargetDetails
Required. Details of the target Disk in Compute Engine.
$this
getCreateTime
Output only. The time the DiskMigrationJob resource was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time the DiskMigrationJob resource was created.
$this
getUpdateTime
Output only. The last time the DiskMigrationJob resource was updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The last time the DiskMigrationJob resource was updated.
$this
getState
Output only. State of the DiskMigrationJob.
setState
Output only. State of the DiskMigrationJob.
$this
getErrors
Output only. Provides details on the errors that led to the disk migration job's state in case of an error.
setErrors
Output only. Provides details on the errors that led to the disk migration job's state in case of an error.
$this
getSteps
Output only. The disk migration steps list representing its progress.
setSteps
Output only. The disk migration steps list representing its progress.
$this
getSourceDiskDetails
string

