Class Rollout (1.11.1)

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

Message to configure the rollout at the zonal level for the OS policy assignment.

Attributes

NameDescription
disruption_budget google.cloud.osconfig_v1alpha.types.FixedOrPercent
Required. The maximum number (or percentage) of VMs per zone to disrupt at any given moment.
min_wait_duration google.protobuf.duration_pb2.Duration
Required. This determines the minimum duration of time to wait after the configuration changes are applied through the current rollout. A VM continues to count towards the ``disruption_budget`` at least until this duration of time has passed after configuration changes are applied.

Inheritance

builtins.object > proto.message.Message > Rollout