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.VmArchitectureAwsVmDetails.VmArchitecture. forNumber(int value)AwsVmDetails.VmArchitectureAwsVmDetails.Builder. getArchitecture()The CPU architecture.AwsVmDetails.VmArchitectureAwsVmDetails. getArchitecture()The CPU architecture.AwsVmDetails.VmArchitectureAwsVmDetailsOrBuilder. getArchitecture()The CPU architecture.static AwsVmDetails.VmArchitectureAwsVmDetails.VmArchitecture. valueOf(int value)Deprecated.static AwsVmDetails.VmArchitectureAwsVmDetails.VmArchitecture. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AwsVmDetails.VmArchitectureAwsVmDetails.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.BuilderAwsVmDetails.Builder. setArchitecture(AwsVmDetails.VmArchitecture value)The CPU architecture.
-