Allocation Specific SKUAllocation Reserved Instance Properties Maintenance Interval
enum AllocationSpecificSKUAllocationReservedInstancePropertiesMaintenanceInterval : Enum<AllocationSpecificSKUAllocationReservedInstancePropertiesMaintenanceInterval> , ConvertibleToJava<AllocationSpecificSKUAllocationReservedInstancePropertiesMaintenanceInterval>
Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC
.
Entries
Link copied to clipboard
VMs receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM. This may mean a VM will take longer to receive an update than if it was configured for AS_NEEDED. Security updates will still be applied as soon as they are available.
Types
Functions
Link copied to clipboard
fun valueOf(value: String): AllocationSpecificSKUAllocationReservedInstancePropertiesMaintenanceInterval
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.