availability

@SerialName(value = "Availability")
val availability: ClusterVolumeSpecAccessMode.Availability?

Parameters

availability

The availability of the volume for use in tasks. - active The volume is fully available for scheduling on the cluster - pause No new workloads should use the volume, but existing workloads are not stopped. - drain All workloads using this volume should be stopped and rescheduled, and no new ones should be started.