Google Cloud Net App V1 Client - Class ReplicationRole (0.3.1)

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

New enum values may be added in future to support different replication topology.

Protobuf type google.cloud.netapp.v1.Replication.ReplicationRole

Namespace

Google \ Cloud \ NetApp \ V1 \ Replication

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

REPLICATION_ROLE_UNSPECIFIED

Value: 0

Unspecified replication role

Generated from protobuf enum REPLICATION_ROLE_UNSPECIFIED = 0;

SOURCE

Value: 1

Indicates Source volume.

Generated from protobuf enum SOURCE = 1;

DESTINATION

Value: 2

Indicates Destination volume.

Generated from protobuf enum DESTINATION = 2;