
com.pulumi.azurenative.networkcloud.inputs.ClusterUpdateStrategyArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.networkcloud.inputs;
import com.pulumi.azurenative.networkcloud.enums.ClusterUpdateStrategyType;
import com.pulumi.azurenative.networkcloud.enums.ValidationThresholdType;
import com.pulumi.core.Either;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.core.internal.Codegen;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Double;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class ClusterUpdateStrategyArgs extends com.pulumi.resources.ResourceArgs {
public static final ClusterUpdateStrategyArgs Empty = new ClusterUpdateStrategyArgs();
/**
* The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack.
* Limited by the maximum number of machines in the increment. Defaults to the whole increment size.
*
*/
@Import(name="maxUnavailable")
private @Nullable Output maxUnavailable;
/**
* @return The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack.
* Limited by the maximum number of machines in the increment. Defaults to the whole increment size.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy