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.BootOption
VmwareVmDetails.BootOption. forNumber(int value)
VmwareVmDetails.BootOption
VmwareVmDetails.Builder. getBootOption()
Output only.VmwareVmDetails.BootOption
VmwareVmDetails. getBootOption()
Output only.VmwareVmDetails.BootOption
VmwareVmDetailsOrBuilder. getBootOption()
Output only.static VmwareVmDetails.BootOption
VmwareVmDetails.BootOption. valueOf(int value)
Deprecated.static VmwareVmDetails.BootOption
VmwareVmDetails.BootOption. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static VmwareVmDetails.BootOption
VmwareVmDetails.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.Builder
VmwareVmDetails.Builder. setBootOption(VmwareVmDetails.BootOption value)
Output only.
-