- 1.53.0 (latest)
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.5
- 1.2.0
- 1.1.1
- 1.0.5
public interface VmwareVmDetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBootOption()
public abstract VmwareVmDetails.BootOption getBootOption()
Output only. The VM Boot Option.
.google.cloud.vmmigration.v1.VmwareVmDetails.BootOption boot_option = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
VmwareVmDetails.BootOption |
The bootOption. |
getBootOptionValue()
public abstract int getBootOptionValue()
Output only. The VM Boot Option.
.google.cloud.vmmigration.v1.VmwareVmDetails.BootOption boot_option = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for bootOption. |
getCommittedStorageMb()
public abstract long getCommittedStorageMb()
The total size of the storage allocated to the VM in MB.
int64 committed_storage_mb = 12;
Returns | |
---|---|
Type | Description |
long |
The committedStorageMb. |
getCpuCount()
public abstract int getCpuCount()
The number of cpus in the VM.
int32 cpu_count = 7;
Returns | |
---|---|
Type | Description |
int |
The cpuCount. |
getDatacenterDescription()
public abstract String getDatacenterDescription()
The descriptive name of the vCenter's datacenter this VM is contained in.
string datacenter_description = 3;
Returns | |
---|---|
Type | Description |
String |
The datacenterDescription. |
getDatacenterDescriptionBytes()
public abstract ByteString getDatacenterDescriptionBytes()
The descriptive name of the vCenter's datacenter this VM is contained in.
string datacenter_description = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for datacenterDescription. |
getDatacenterId()
public abstract String getDatacenterId()
The id of the vCenter's datacenter this VM is contained in.
string datacenter_id = 2;
Returns | |
---|---|
Type | Description |
String |
The datacenterId. |
getDatacenterIdBytes()
public abstract ByteString getDatacenterIdBytes()
The id of the vCenter's datacenter this VM is contained in.
string datacenter_id = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for datacenterId. |
getDiskCount()
public abstract int getDiskCount()
The number of disks the VM has.
int32 disk_count = 9;
Returns | |
---|---|
Type | Description |
int |
The diskCount. |
getDisplayName()
public abstract String getDisplayName()
The display name of the VM. Note that this is not necessarily unique.
string display_name = 5;
Returns | |
---|---|
Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
The display name of the VM. Note that this is not necessarily unique.
string display_name = 5;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for displayName. |
getGuestDescription()
public abstract String getGuestDescription()
The VM's OS. See for example https://vdc-repo.vmware.com/vmwb-repository/dcr-public/da47f910-60ac-438b-8b9b-6122f4d14524/16b7274a-bf8b-4b4c-a05e-746f2aa93c8c/doc/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html for types of strings this might hold.
string guest_description = 11;
Returns | |
---|---|
Type | Description |
String |
The guestDescription. |
getGuestDescriptionBytes()
public abstract ByteString getGuestDescriptionBytes()
The VM's OS. See for example https://vdc-repo.vmware.com/vmwb-repository/dcr-public/da47f910-60ac-438b-8b9b-6122f4d14524/16b7274a-bf8b-4b4c-a05e-746f2aa93c8c/doc/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html for types of strings this might hold.
string guest_description = 11;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for guestDescription. |
getMemoryMb()
public abstract int getMemoryMb()
The size of the memory of the VM in MB.
int32 memory_mb = 8;
Returns | |
---|---|
Type | Description |
int |
The memoryMb. |
getPowerState()
public abstract VmwareVmDetails.PowerState getPowerState()
The power state of the VM at the moment list was taken.
.google.cloud.vmmigration.v1.VmwareVmDetails.PowerState power_state = 6;
Returns | |
---|---|
Type | Description |
VmwareVmDetails.PowerState |
The powerState. |
getPowerStateValue()
public abstract int getPowerStateValue()
The power state of the VM at the moment list was taken.
.google.cloud.vmmigration.v1.VmwareVmDetails.PowerState power_state = 6;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for powerState. |
getUuid()
public abstract String getUuid()
The unique identifier of the VM in vCenter.
string uuid = 4;
Returns | |
---|---|
Type | Description |
String |
The uuid. |
getUuidBytes()
public abstract ByteString getUuidBytes()
The unique identifier of the VM in vCenter.
string uuid = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for uuid. |
getVmId()
public abstract String getVmId()
The VM's id in the source (note that this is not the MigratingVm's id). This is the moref id of the VM.
string vm_id = 1;
Returns | |
---|---|
Type | Description |
String |
The vmId. |
getVmIdBytes()
public abstract ByteString getVmIdBytes()
The VM's id in the source (note that this is not the MigratingVm's id). This is the moref id of the VM.
string vm_id = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for vmId. |