Uses of Class
com.google.cloud.vmmigration.v1.AwsVmDetails.BootOption
-
Packages that use AwsVmDetails.BootOption Package Description com.google.cloud.vmmigration.v1 A client to VM Migration API -
-
Uses of AwsVmDetails.BootOption in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return AwsVmDetails.BootOption Modifier and Type Method Description static AwsVmDetails.BootOption
AwsVmDetails.BootOption. forNumber(int value)
AwsVmDetails.BootOption
AwsVmDetails.Builder. getBootOption()
The VM Boot Option.AwsVmDetails.BootOption
AwsVmDetails. getBootOption()
The VM Boot Option.AwsVmDetails.BootOption
AwsVmDetailsOrBuilder. getBootOption()
The VM Boot Option.static AwsVmDetails.BootOption
AwsVmDetails.BootOption. valueOf(int value)
Deprecated.static AwsVmDetails.BootOption
AwsVmDetails.BootOption. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static AwsVmDetails.BootOption
AwsVmDetails.BootOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static AwsVmDetails.BootOption[]
AwsVmDetails.BootOption. 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.BootOption Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<AwsVmDetails.BootOption>
AwsVmDetails.BootOption. internalGetValueMap()
Methods in com.google.cloud.vmmigration.v1 with parameters of type AwsVmDetails.BootOption Modifier and Type Method Description AwsVmDetails.Builder
AwsVmDetails.Builder. setBootOption(AwsVmDetails.BootOption value)
The VM Boot Option.
-