currentRollouts property

The current rollouts for the latest version of the resource.

There should be only one current rollout, but for scalability, we make it repeated.

Output only.

Implementation

core.List<
  GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadata
>?
currentRollouts;