You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**max_unavailable** | [**K8sIoApimachineryPkgUtilIntstrIntOrString**](K8sIoApimachineryPkgUtilIntstrIntOrString.md) | (Defaults to 100%) Integer or string pointer, that when set represents either a percentage or number of VMs in a pool that can be unavailable (ready condition false) at a time during automated update. | [optional]
6
7
**name_generation** | [**V1alpha1VirtualMachinePoolNameGeneration**](V1alpha1VirtualMachinePoolNameGeneration.md) | Options for the name generation in a pool. | [optional]
7
8
**paused** | **bool** | Indicates that the pool is paused. | [optional]
8
9
**replicas** | **int** | Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1. | [optional]
Gets the max_unavailable of this V1alpha1VirtualMachinePoolSpec.
78
+
(Defaults to 100%) Integer or string pointer, that when set represents either a percentage or number of VMs in a pool that can be unavailable (ready condition false) at a time during automated update.
79
+
80
+
:return: The max_unavailable of this V1alpha1VirtualMachinePoolSpec.
81
+
:rtype: K8sIoApimachineryPkgUtilIntstrIntOrString
82
+
"""
83
+
returnself._max_unavailable
84
+
85
+
@max_unavailable.setter
86
+
defmax_unavailable(self, max_unavailable):
87
+
"""
88
+
Sets the max_unavailable of this V1alpha1VirtualMachinePoolSpec.
89
+
(Defaults to 100%) Integer or string pointer, that when set represents either a percentage or number of VMs in a pool that can be unavailable (ready condition false) at a time during automated update.
90
+
91
+
:param max_unavailable: The max_unavailable of this V1alpha1VirtualMachinePoolSpec.
0 commit comments