Google Cloud Net App V1 Client - Class Type (0.2.5)

Reference documentation and code samples for the Google Cloud Net App V1 Client class Type.

Backup types.

Protobuf type google.cloud.netapp.v1.Backup.Type

Namespace

Google \ Cloud \ NetApp \ V1 \ Backup

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Unspecified backup type.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

MANUAL

Value: 1

Manual backup type.

Generated from protobuf enum MANUAL = 1;

SCHEDULED

Value: 2

Scheduled backup type.

Generated from protobuf enum SCHEDULED = 2;