Uses of Class
com.google.cloud.vmmigration.v1.VmwareVmDetails.PowerState
-
Packages that use VmwareVmDetails.PowerState Package Description com.google.cloud.vmmigration.v1 A client to VM Migration API -
-
Uses of VmwareVmDetails.PowerState in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return VmwareVmDetails.PowerState Modifier and Type Method Description static VmwareVmDetails.PowerState
VmwareVmDetails.PowerState. forNumber(int value)
VmwareVmDetails.PowerState
VmwareVmDetails.Builder. getPowerState()
The power state of the VM at the moment list was taken.VmwareVmDetails.PowerState
VmwareVmDetails. getPowerState()
The power state of the VM at the moment list was taken.VmwareVmDetails.PowerState
VmwareVmDetailsOrBuilder. getPowerState()
The power state of the VM at the moment list was taken.static VmwareVmDetails.PowerState
VmwareVmDetails.PowerState. valueOf(int value)
Deprecated.static VmwareVmDetails.PowerState
VmwareVmDetails.PowerState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static VmwareVmDetails.PowerState
VmwareVmDetails.PowerState. valueOf(String name)
Returns the enum constant of this type with the specified name.static VmwareVmDetails.PowerState[]
VmwareVmDetails.PowerState. 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.PowerState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<VmwareVmDetails.PowerState>
VmwareVmDetails.PowerState. internalGetValueMap()
Methods in com.google.cloud.vmmigration.v1 with parameters of type VmwareVmDetails.PowerState Modifier and Type Method Description VmwareVmDetails.Builder
VmwareVmDetails.Builder. setPowerState(VmwareVmDetails.PowerState value)
The power state of the VM at the moment list was taken.
-