Class ResourcePolicyGroupPlacementPolicy

ResourcePolicyGroupPlacementPolicy(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

A GroupPlacementPolicy specifies resource placement configuration. It specifies the failure bucket separation as well as network locality

Attributes

NameDescription
availability_domain_count int
The number of availability domains instances will be spread across. If two instances are in different availability domain, they will not be put in the same low latency network This field is a member of `oneof`_ ``_availability_domain_count``.
collocation str
Specifies network collocation Check the Collocation enum for the list of possible values. This field is a member of `oneof`_ ``_collocation``.
vm_count int
Number of vms in this placement group This field is a member of `oneof`_ ``_vm_count``.

Inheritance

builtins.object > proto.message.Message > ResourcePolicyGroupPlacementPolicy

Classes

Collocation

Collocation(value)

Specifies network collocation