Interface AzureVmDetailsOrBuilder (1.74.0)

public interface AzureVmDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsTags(String key)

public abstract boolean containsTags(String key)

The tags of the VM.

map<string, string> tags = 12;

Parameter
Name Description
key String
Returns
Type Description
boolean

getArchitecture()

public abstract AzureVmDetails.VmArchitecture getArchitecture()

The CPU architecture.

.google.cloud.vmmigration.v1.AzureVmDetails.VmArchitecture architecture = 14;

Returns
Type Description
AzureVmDetails.VmArchitecture

The architecture.

getArchitectureValue()

public abstract int getArchitectureValue()

The CPU architecture.

.google.cloud.vmmigration.v1.AzureVmDetails.VmArchitecture architecture = 14;

Returns
Type Description
int

The enum numeric value on the wire for architecture.

getBootOption()

public abstract AzureVmDetails.BootOption getBootOption()

The VM Boot Option.

.google.cloud.vmmigration.v1.AzureVmDetails.BootOption boot_option = 11;

Returns
Type Description
AzureVmDetails.BootOption

The bootOption.

getBootOptionValue()

public abstract int getBootOptionValue()

The VM Boot Option.

.google.cloud.vmmigration.v1.AzureVmDetails.BootOption boot_option = 11;

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 = 7;

Returns
Type Description
long

The committedStorageMb.

getComputerName()

public abstract String getComputerName()

The VM's ComputerName.

string computer_name = 13;

Returns
Type Description
String

The computerName.

getComputerNameBytes()

public abstract ByteString getComputerNameBytes()

The VM's ComputerName.

string computer_name = 13;

Returns
Type Description
ByteString

The bytes for computerName.

getCpuCount()

public abstract int getCpuCount()

The number of cpus the VM has.

int32 cpu_count = 4;

Returns
Type Description
int

The cpuCount.

getDiskCount()

public abstract int getDiskCount()

The number of disks the VM has, including OS disk.

int32 disk_count = 6;

Returns
Type Description
int

The diskCount.

getDisks(int index)

public abstract AzureVmDetails.Disk getDisks(int index)

Description of the data disks.

repeated .google.cloud.vmmigration.v1.AzureVmDetails.Disk disks = 9;

Parameter
Name Description
index int
Returns
Type Description
AzureVmDetails.Disk

getDisksCount()

public abstract int getDisksCount()

Description of the data disks.

repeated .google.cloud.vmmigration.v1.AzureVmDetails.Disk disks = 9;

Returns
Type Description
int

getDisksList()

public abstract List<AzureVmDetails.Disk> getDisksList()

Description of the data disks.

repeated .google.cloud.vmmigration.v1.AzureVmDetails.Disk disks = 9;

Returns
Type Description
List<Disk>

getDisksOrBuilder(int index)

public abstract AzureVmDetails.DiskOrBuilder getDisksOrBuilder(int index)

Description of the data disks.

repeated .google.cloud.vmmigration.v1.AzureVmDetails.Disk disks = 9;

Parameter
Name Description
index int
Returns
Type Description
AzureVmDetails.DiskOrBuilder

getDisksOrBuilderList()

public abstract List<? extends AzureVmDetails.DiskOrBuilder> getDisksOrBuilderList()

Description of the data disks.

repeated .google.cloud.vmmigration.v1.AzureVmDetails.Disk disks = 9;

Returns
Type Description
List<? extends com.google.cloud.vmmigration.v1.AzureVmDetails.DiskOrBuilder>

getMemoryMb()

public abstract int getMemoryMb()

The memory size of the VM in MB.

int32 memory_mb = 5;

Returns
Type Description
int

The memoryMb.

getOsDescription()

public abstract AzureVmDetails.OSDescription getOsDescription()

Description of the OS.

.google.cloud.vmmigration.v1.AzureVmDetails.OSDescription os_description = 10;

Returns
Type Description
AzureVmDetails.OSDescription

The osDescription.

getOsDescriptionOrBuilder()

public abstract AzureVmDetails.OSDescriptionOrBuilder getOsDescriptionOrBuilder()

Description of the OS.

.google.cloud.vmmigration.v1.AzureVmDetails.OSDescription os_description = 10;

Returns
Type Description
AzureVmDetails.OSDescriptionOrBuilder

getOsDisk()

public abstract AzureVmDetails.OSDisk getOsDisk()

Description of the OS disk.

.google.cloud.vmmigration.v1.AzureVmDetails.OSDisk os_disk = 8;

Returns
Type Description
AzureVmDetails.OSDisk

The osDisk.

getOsDiskOrBuilder()

public abstract AzureVmDetails.OSDiskOrBuilder getOsDiskOrBuilder()

Description of the OS disk.

.google.cloud.vmmigration.v1.AzureVmDetails.OSDisk os_disk = 8;

Returns
Type Description
AzureVmDetails.OSDiskOrBuilder

getPowerState()

public abstract AzureVmDetails.PowerState getPowerState()

The power state of the VM at the moment list was taken.

.google.cloud.vmmigration.v1.AzureVmDetails.PowerState power_state = 2;

Returns
Type Description
AzureVmDetails.PowerState

The powerState.

getPowerStateValue()

public abstract int getPowerStateValue()

The power state of the VM at the moment list was taken.

.google.cloud.vmmigration.v1.AzureVmDetails.PowerState power_state = 2;

Returns
Type Description
int

The enum numeric value on the wire for powerState.

getTags() (deprecated)

public abstract Map<String,String> getTags()

Use #getTagsMap() instead.

Returns
Type Description
Map<String,String>

getTagsCount()

public abstract int getTagsCount()

The tags of the VM.

map<string, string> tags = 12;

Returns
Type Description
int

getTagsMap()

public abstract Map<String,String> getTagsMap()

The tags of the VM.

map<string, string> tags = 12;

Returns
Type Description
Map<String,String>

getTagsOrDefault(String key, String defaultValue)

public abstract String getTagsOrDefault(String key, String defaultValue)

The tags of the VM.

map<string, string> tags = 12;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getTagsOrThrow(String key)

public abstract String getTagsOrThrow(String key)

The tags of the VM.

map<string, string> tags = 12;

Parameter
Name Description
key String
Returns
Type Description
String

getVmId()

public abstract String getVmId()

The VM full path in Azure.

string vm_id = 1;

Returns
Type Description
String

The vmId.

getVmIdBytes()

public abstract ByteString getVmIdBytes()

The VM full path in Azure.

string vm_id = 1;

Returns
Type Description
ByteString

The bytes for vmId.

getVmSize()

public abstract String getVmSize()

VM size as configured in Azure. Determines the VM's hardware spec.

string vm_size = 3;

Returns
Type Description
String

The vmSize.

getVmSizeBytes()

public abstract ByteString getVmSizeBytes()

VM size as configured in Azure. Determines the VM's hardware spec.

string vm_size = 3;

Returns
Type Description
ByteString

The bytes for vmSize.

hasOsDescription()

public abstract boolean hasOsDescription()

Description of the OS.

.google.cloud.vmmigration.v1.AzureVmDetails.OSDescription os_description = 10;

Returns
Type Description
boolean

Whether the osDescription field is set.

hasOsDisk()

public abstract boolean hasOsDisk()

Description of the OS disk.

.google.cloud.vmmigration.v1.AzureVmDetails.OSDisk os_disk = 8;

Returns
Type Description
boolean

Whether the osDisk field is set.