Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class FaultType.
FaultType contains all valid types of faults that can be injected to an instance.
Protobuf type google.cloud.alloydb.v1.InjectFaultRequest.FaultType
Namespace
Google \ Cloud \ AlloyDb \ V1 \ InjectFaultRequestMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
FAULT_TYPE_UNSPECIFIED
Value: 0The fault type is unknown.
Generated from protobuf enum FAULT_TYPE_UNSPECIFIED = 0;
STOP_VM
Value: 1Stop the VM
Generated from protobuf enum STOP_VM = 1;