Package com.google.cloud.compute.v1
Enum AttachedDisk.SavedState
- java.lang.Object
-
- java.lang.Enum<AttachedDisk.SavedState>
-
- com.google.cloud.compute.v1.AttachedDisk.SavedState
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<AttachedDisk.SavedState>
- Enclosing class:
- AttachedDisk
public static enum AttachedDisk.SavedState extends Enum<AttachedDisk.SavedState> implements com.google.protobuf.ProtocolMessageEnum
For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this field is set to PRESERVED if the LocalSSD data has been saved to a persistent location by customer request. (see the discard_local_ssd option on Stop/Suspend). Read-only in the api.
Protobuf enumgoogle.cloud.compute.v1.AttachedDisk.SavedState
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DISK_SAVED_STATE_UNSPECIFIED
*[Default]* Disk state has not been preserved.PRESERVED
Disk state has been preserved.UNDEFINED_SAVED_STATE
A value indicating that the enum field is not set.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
DISK_SAVED_STATE_UNSPECIFIED_VALUE
*[Default]* Disk state has not been preserved.static int
PRESERVED_VALUE
Disk state has been preserved.static int
UNDEFINED_SAVED_STATE_VALUE
A value indicating that the enum field is not set.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AttachedDisk.SavedState
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<AttachedDisk.SavedState>
internalGetValueMap()
static AttachedDisk.SavedState
valueOf(int value)
Deprecated.static AttachedDisk.SavedState
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static AttachedDisk.SavedState
valueOf(String name)
Returns the enum constant of this type with the specified name.static AttachedDisk.SavedState[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNDEFINED_SAVED_STATE
public static final AttachedDisk.SavedState UNDEFINED_SAVED_STATE
A value indicating that the enum field is not set.
UNDEFINED_SAVED_STATE = 0;
-
DISK_SAVED_STATE_UNSPECIFIED
public static final AttachedDisk.SavedState DISK_SAVED_STATE_UNSPECIFIED
*[Default]* Disk state has not been preserved.
DISK_SAVED_STATE_UNSPECIFIED = 391290831;
-
PRESERVED
public static final AttachedDisk.SavedState PRESERVED
Disk state has been preserved.
PRESERVED = 254159736;
-
UNRECOGNIZED
public static final AttachedDisk.SavedState UNRECOGNIZED
-
-
Field Detail
-
UNDEFINED_SAVED_STATE_VALUE
public static final int UNDEFINED_SAVED_STATE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_SAVED_STATE = 0;
- See Also:
- Constant Field Values
-
DISK_SAVED_STATE_UNSPECIFIED_VALUE
public static final int DISK_SAVED_STATE_UNSPECIFIED_VALUE
*[Default]* Disk state has not been preserved.
DISK_SAVED_STATE_UNSPECIFIED = 391290831;
- See Also:
- Constant Field Values
-
PRESERVED_VALUE
public static final int PRESERVED_VALUE
Disk state has been preserved.
PRESERVED = 254159736;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static AttachedDisk.SavedState[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (AttachedDisk.SavedState c : AttachedDisk.SavedState.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AttachedDisk.SavedState valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static AttachedDisk.SavedState valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static AttachedDisk.SavedState forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<AttachedDisk.SavedState> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static AttachedDisk.SavedState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-