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