Compute V1 Client - Class DistributionPolicy (1.14.0)

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

Generated from protobuf message google.cloud.compute.v1.DistributionPolicy

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ target_shape string

The distribution shape to which the group converges either proactively or on resize events (depending on the value set in updatePolicy.instanceRedistributionType). Check the TargetShape enum for the list of possible values.

↳ zones array<Google\Cloud\Compute\V1\DistributionPolicyZoneConfiguration>

Zones where the regional managed instance group will create and manage its instances.

getTargetShape

The distribution shape to which the group converges either proactively or on resize events (depending on the value set in updatePolicy.instanceRedistributionType).

Check the TargetShape enum for the list of possible values.

Returns
TypeDescription
string

hasTargetShape

clearTargetShape

setTargetShape

The distribution shape to which the group converges either proactively or on resize events (depending on the value set in updatePolicy.instanceRedistributionType).

Check the TargetShape enum for the list of possible values.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getZones

Zones where the regional managed instance group will create and manage its instances.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setZones

Zones where the regional managed instance group will create and manage its instances.

Parameter
NameDescription
var array<Google\Cloud\Compute\V1\DistributionPolicyZoneConfiguration>
Returns
TypeDescription
$this