Google Cloud Backup Dr V1 Client - Class ProvisioningModel (0.4.0)

Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class ProvisioningModel.

Defines the provisioning model for an instance.

Protobuf type google.cloud.backupdr.v1.Scheduling.ProvisioningModel

Namespace

Google \ Cloud \ BackupDR \ V1 \ Scheduling

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PROVISIONING_MODEL_UNSPECIFIED

Value: 0

Default value. This value is not used.

Generated from protobuf enum PROVISIONING_MODEL_UNSPECIFIED = 0;

STANDARD

Value: 1

Standard provisioning with user controlled runtime, no discounts.

Generated from protobuf enum STANDARD = 1;

SPOT

Value: 2

Heavily discounted, no guaranteed runtime.

Generated from protobuf enum SPOT = 2;