Uses of Class
com.google.cloud.vmmigration.v1.AwsVmDetails.VmArchitecture
-
Packages that use AwsVmDetails.VmArchitecture Package Description com.google.cloud.vmmigration.v1 A client to VM Migration API -
-
Uses of AwsVmDetails.VmArchitecture in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return AwsVmDetails.VmArchitecture Modifier and Type Method Description static AwsVmDetails.VmArchitecture
AwsVmDetails.VmArchitecture. forNumber(int value)
AwsVmDetails.VmArchitecture
AwsVmDetails.Builder. getArchitecture()
The CPU architecture.AwsVmDetails.VmArchitecture
AwsVmDetails. getArchitecture()
The CPU architecture.AwsVmDetails.VmArchitecture
AwsVmDetailsOrBuilder. getArchitecture()
The CPU architecture.static AwsVmDetails.VmArchitecture
AwsVmDetails.VmArchitecture. valueOf(int value)
Deprecated.static AwsVmDetails.VmArchitecture
AwsVmDetails.VmArchitecture. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static AwsVmDetails.VmArchitecture
AwsVmDetails.VmArchitecture. valueOf(String name)
Returns the enum constant of this type with the specified name.static AwsVmDetails.VmArchitecture[]
AwsVmDetails.VmArchitecture. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type AwsVmDetails.VmArchitecture Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<AwsVmDetails.VmArchitecture>
AwsVmDetails.VmArchitecture. internalGetValueMap()
Methods in com.google.cloud.vmmigration.v1 with parameters of type AwsVmDetails.VmArchitecture Modifier and Type Method Description AwsVmDetails.Builder
AwsVmDetails.Builder. setArchitecture(AwsVmDetails.VmArchitecture value)
The CPU architecture.
-