- 1.74.0 (latest)
- 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 AzureVmDetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. |