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.BootOptionAwsVmDetails.BootOption. forNumber(int value)AwsVmDetails.BootOptionAwsVmDetails.Builder. getBootOption()The VM Boot Option.AwsVmDetails.BootOptionAwsVmDetails. getBootOption()The VM Boot Option.AwsVmDetails.BootOptionAwsVmDetailsOrBuilder. getBootOption()The VM Boot Option.static AwsVmDetails.BootOptionAwsVmDetails.BootOption. valueOf(int value)Deprecated.static AwsVmDetails.BootOptionAwsVmDetails.BootOption. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AwsVmDetails.BootOptionAwsVmDetails.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.BuilderAwsVmDetails.Builder. setBootOption(AwsVmDetails.BootOption value)The VM Boot Option.
-