Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class DiskImageDefaults.
Contains details about the image source used to create the disk.
Generated from protobuf message google.cloud.vmmigration.v1.BootDiskDefaults.DiskImageDefaults
Namespace
Google \ Cloud \ VMMigration \ V1 \ BootDiskDefaultsMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ source_image |
string
Required. The Image resource used when creating the disk. |
getSourceImage
Required. The Image resource used when creating the disk.
Returns | |
---|---|
Type | Description |
string |
setSourceImage
Required. The Image resource used when creating the disk.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |