- 1.78.0 (latest)
 - 1.76.0
 - 1.75.0
 - 1.74.0
 - 1.73.0
 - 1.72.0
 - 1.70.0
 - 1.68.0
 - 1.67.0
 - 1.64.0
 - 1.63.0
 - 1.62.0
 - 1.60.0
 - 1.59.0
 - 1.58.0
 - 1.57.0
 - 1.56.0
 - 1.55.0
 - 1.54.0
 - 1.53.0
 - 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 MessageOrBuilderImplements
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];
 
| 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];
 
| 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;
| Type | Description | 
| long | The committedStorageMb.  | 
      
getCpuCount()
public abstract int getCpuCount()The number of cpus in the VM.
 int32 cpu_count = 7;
| 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;
| 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;
| 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;
| 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;
| Type | Description | 
| ByteString | The bytes for datacenterId.  | 
      
getDiskCount()
public abstract int getDiskCount()The number of disks the VM has.
 int32 disk_count = 9;
| 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;
| 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;
| Type | Description | 
| ByteString | The bytes for displayName.  | 
      
getGuestDescription()
public abstract String getGuestDescription()The VM's OS. See for example https://pubs.vmware.com/vi-sdk/visdk250/ReferenceGuide/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html for types of strings this might hold.
 string guest_description = 11;
| Type | Description | 
| String | The guestDescription.  | 
      
getGuestDescriptionBytes()
public abstract ByteString getGuestDescriptionBytes()The VM's OS. See for example https://pubs.vmware.com/vi-sdk/visdk250/ReferenceGuide/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html for types of strings this might hold.
 string guest_description = 11;
| 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;
| 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;
| 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;
| 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;
| Type | Description | 
| String | The uuid.  | 
      
getUuidBytes()
public abstract ByteString getUuidBytes()The unique identifier of the VM in vCenter.
 string uuid = 4;
| 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;
| 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;
| Type | Description | 
| ByteString | The bytes for vmId.  |