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