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.PowerStateAwsVmDetails.PowerState. forNumber(int value)AwsVmDetails.PowerStateAwsVmDetails.Builder. getPowerState()Output only.AwsVmDetails.PowerStateAwsVmDetails. getPowerState()Output only.AwsVmDetails.PowerStateAwsVmDetailsOrBuilder. getPowerState()Output only.static AwsVmDetails.PowerStateAwsVmDetails.PowerState. valueOf(int value)Deprecated.static AwsVmDetails.PowerStateAwsVmDetails.PowerState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AwsVmDetails.PowerStateAwsVmDetails.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.BuilderAwsVmDetails.Builder. setPowerState(AwsVmDetails.PowerState value)Output only.
-