Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class AwsSourceVmDetails.
Represent the source AWS VM details.
Generated from protobuf message google.cloud.vmmigration.v1.AwsSourceVmDetails
Namespace
Google \ Cloud \ VMMigration \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ firmware |
int
The firmware type of the source VM. |
↳ committed_storage_bytes |
int|string
The total size of the disks being migrated in bytes. |
getFirmware
The firmware type of the source VM.
| Returns | |
|---|---|
| Type | Description |
int |
|
setFirmware
The firmware type of the source VM.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCommittedStorageBytes
The total size of the disks being migrated in bytes.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setCommittedStorageBytes
The total size of the disks being migrated in bytes.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|