Compute V1 Client - Class DeploymentType (2.4.0)

Reference documentation and code samples for the Compute V1 Client class DeploymentType.

Indicates if the reservation allocation strategy is static (DENSE) or dynamic (STANDARD). Defaults to DENSE.

Protobuf type google.cloud.compute.v1.FutureResourcesSpec.DeploymentType

Namespace

Google \ Cloud \ Compute \ V1 \ FutureResourcesSpec

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_DEPLOYMENT_TYPE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_DEPLOYMENT_TYPE = 0;

DENSE

Value: 64932607

The reserved capacity is made up of densely deployed reservation blocks.

Generated from protobuf enum DENSE = 64932607;

DEPLOYMENT_TYPE_UNSPECIFIED

Value: 234847180

Generated from protobuf enum DEPLOYMENT_TYPE_UNSPECIFIED = 234847180;