public enum InjectFaultRequest.FaultType extends Enum<InjectFaultRequest.FaultType> implements ProtocolMessageEnum
FaultType contains all valid types of faults that can be injected to an instance.
Protobuf enum google.cloud.alloydb.v1beta.InjectFaultRequest.FaultType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
FAULT_TYPE_UNSPECIFIED |
The fault type is unknown. |
FAULT_TYPE_UNSPECIFIED_VALUE |
The fault type is unknown. |
STOP_VM |
Stop the VM |
STOP_VM_VALUE |
Stop the VM |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |