Google Cloud AlloyDB for PostgreSQL V1alpha Client - Class FaultType (0.7.1)

Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1alpha Client class FaultType.

FaultType contains all valid types of faults that can be injected to an instance.

Protobuf type google.cloud.alloydb.v1alpha.InjectFaultRequest.FaultType

Namespace

Google \ Cloud \ AlloyDb \ V1alpha \ InjectFaultRequest

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

FAULT_TYPE_UNSPECIFIED

Value: 0

The fault type is unknown.

Generated from protobuf enum FAULT_TYPE_UNSPECIFIED = 0;

STOP_VM

Value: 1

Stop the VM

Generated from protobuf enum STOP_VM = 1;