- 1.52.0 (latest)
- 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 AwsVmDetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
containsTags(String key)
public abstract boolean containsTags(String key)
The tags of the VM.
map<string, string> tags = 15;
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
boolean |
getArchitecture()
public abstract AwsVmDetails.VmArchitecture getArchitecture()
The CPU architecture.
.google.cloud.vmmigration.v1.AwsVmDetails.VmArchitecture architecture = 18;
Returns | |
---|---|
Type | Description |
AwsVmDetails.VmArchitecture | The architecture. |
getArchitectureValue()
public abstract int getArchitectureValue()
The CPU architecture.
.google.cloud.vmmigration.v1.AwsVmDetails.VmArchitecture architecture = 18;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for architecture. |
getBootOption()
public abstract AwsVmDetails.BootOption getBootOption()
The VM Boot Option.
.google.cloud.vmmigration.v1.AwsVmDetails.BootOption boot_option = 11;
Returns | |
---|---|
Type | Description |
AwsVmDetails.BootOption | The bootOption. |
getBootOptionValue()
public abstract int getBootOptionValue()
The VM Boot Option.
.google.cloud.vmmigration.v1.AwsVmDetails.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 = 9;
Returns | |
---|---|
Type | Description |
long | The committedStorageMb. |
getCpuCount()
public abstract int getCpuCount()
The number of cpus the VM has.
int32 cpu_count = 6;
Returns | |
---|---|
Type | Description |
int | The cpuCount. |
getDiskCount()
public abstract int getDiskCount()
The number of disks the VM has.
int32 disk_count = 8;
Returns | |
---|---|
Type | Description |
int | The diskCount. |
getDisplayName()
public abstract String getDisplayName()
The display name of the VM. Note that this value is not necessarily unique.
string display_name = 2;
Returns | |
---|---|
Type | Description |
String | The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
The display name of the VM. Note that this value is not necessarily unique.
string display_name = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for displayName. |
getInstanceType()
public abstract String getInstanceType()
The instance type of the VM.
string instance_type = 12;
Returns | |
---|---|
Type | Description |
String | The instanceType. |
getInstanceTypeBytes()
public abstract ByteString getInstanceTypeBytes()
The instance type of the VM.
string instance_type = 12;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for instanceType. |
getMemoryMb()
public abstract int getMemoryMb()
The memory size of the VM in MB.
int32 memory_mb = 7;
Returns | |
---|---|
Type | Description |
int | The memoryMb. |
getOsDescription()
public abstract String getOsDescription()
The VM's OS.
string os_description = 10;
Returns | |
---|---|
Type | Description |
String | The osDescription. |
getOsDescriptionBytes()
public abstract ByteString getOsDescriptionBytes()
The VM's OS.
string os_description = 10;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for osDescription. |
getPowerState()
public abstract AwsVmDetails.PowerState getPowerState()
Output only. The power state of the VM at the moment list was taken.
.google.cloud.vmmigration.v1.AwsVmDetails.PowerState power_state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
AwsVmDetails.PowerState | The powerState. |
getPowerStateValue()
public abstract int getPowerStateValue()
Output only. The power state of the VM at the moment list was taken.
.google.cloud.vmmigration.v1.AwsVmDetails.PowerState power_state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for powerState. |
getSecurityGroups(int index)
public abstract AwsSecurityGroup getSecurityGroups(int index)
The security groups the VM belongs to.
repeated .google.cloud.vmmigration.v1.AwsSecurityGroup security_groups = 14;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
AwsSecurityGroup |
getSecurityGroupsCount()
public abstract int getSecurityGroupsCount()
The security groups the VM belongs to.
repeated .google.cloud.vmmigration.v1.AwsSecurityGroup security_groups = 14;
Returns | |
---|---|
Type | Description |
int |
getSecurityGroupsList()
public abstract List<AwsSecurityGroup> getSecurityGroupsList()
The security groups the VM belongs to.
repeated .google.cloud.vmmigration.v1.AwsSecurityGroup security_groups = 14;
Returns | |
---|---|
Type | Description |
List<AwsSecurityGroup> |
getSecurityGroupsOrBuilder(int index)
public abstract AwsSecurityGroupOrBuilder getSecurityGroupsOrBuilder(int index)
The security groups the VM belongs to.
repeated .google.cloud.vmmigration.v1.AwsSecurityGroup security_groups = 14;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
AwsSecurityGroupOrBuilder |
getSecurityGroupsOrBuilderList()
public abstract List<? extends AwsSecurityGroupOrBuilder> getSecurityGroupsOrBuilderList()
The security groups the VM belongs to.
repeated .google.cloud.vmmigration.v1.AwsSecurityGroup security_groups = 14;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.vmmigration.v1.AwsSecurityGroupOrBuilder> |
getSourceDescription()
public abstract String getSourceDescription()
The descriptive name of the AWS's source this VM is connected to.
string source_description = 4;
Returns | |
---|---|
Type | Description |
String | The sourceDescription. |
getSourceDescriptionBytes()
public abstract ByteString getSourceDescriptionBytes()
The descriptive name of the AWS's source this VM is connected to.
string source_description = 4;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for sourceDescription. |
getSourceId()
public abstract String getSourceId()
The id of the AWS's source this VM is connected to.
string source_id = 3;
Returns | |
---|---|
Type | Description |
String | The sourceId. |
getSourceIdBytes()
public abstract ByteString getSourceIdBytes()
The id of the AWS's source this VM is connected to.
string source_id = 3;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for sourceId. |
getTags()
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 = 15;
Returns | |
---|---|
Type | Description |
int |
getTagsMap()
public abstract Map<String,String> getTagsMap()
The tags of the VM.
map<string, string> tags = 15;
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 = 15;
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 = 15;
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
String |
getVirtualizationType()
public abstract AwsVmDetails.VmVirtualizationType getVirtualizationType()
The virtualization type.
.google.cloud.vmmigration.v1.AwsVmDetails.VmVirtualizationType virtualization_type = 17;
Returns | |
---|---|
Type | Description |
AwsVmDetails.VmVirtualizationType | The virtualizationType. |
getVirtualizationTypeValue()
public abstract int getVirtualizationTypeValue()
The virtualization type.
.google.cloud.vmmigration.v1.AwsVmDetails.VmVirtualizationType virtualization_type = 17;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for virtualizationType. |
getVmId()
public abstract String getVmId()
The VM ID in AWS.
string vm_id = 1;
Returns | |
---|---|
Type | Description |
String | The vmId. |
getVmIdBytes()
public abstract ByteString getVmIdBytes()
The VM ID in AWS.
string vm_id = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for vmId. |
getVpcId()
public abstract String getVpcId()
The VPC ID the VM belongs to.
string vpc_id = 13;
Returns | |
---|---|
Type | Description |
String | The vpcId. |
getVpcIdBytes()
public abstract ByteString getVpcIdBytes()
The VPC ID the VM belongs to.
string vpc_id = 13;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for vpcId. |
getZone()
public abstract String getZone()
The AWS zone of the VM.
string zone = 16;
Returns | |
---|---|
Type | Description |
String | The zone. |
getZoneBytes()
public abstract ByteString getZoneBytes()
The AWS zone of the VM.
string zone = 16;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for zone. |