Class UpgradeOverrideSettings

java.lang.Object
com.azure.resourcemanager.containerservice.models.UpgradeOverrideSettings
All Implemented Interfaces:
com.azure.json.JsonSerializable<UpgradeOverrideSettings>

public final class UpgradeOverrideSettings extends Object implements com.azure.json.JsonSerializable<UpgradeOverrideSettings>
Settings for overrides when upgrading a cluster.
  • Constructor Details

    • UpgradeOverrideSettings

      public UpgradeOverrideSettings()
      Creates an instance of UpgradeOverrideSettings class.
  • Method Details

    • forceUpgrade

      public Boolean forceUpgrade()
      Get the forceUpgrade property: Whether to force upgrade the cluster. Note that this option instructs upgrade operation to bypass upgrade protections such as checking for deprecated API usage. Enable this option only with caution.
      Returns:
      the forceUpgrade value.
    • withForceUpgrade

      public UpgradeOverrideSettings withForceUpgrade(Boolean forceUpgrade)
      Set the forceUpgrade property: Whether to force upgrade the cluster. Note that this option instructs upgrade operation to bypass upgrade protections such as checking for deprecated API usage. Enable this option only with caution.
      Parameters:
      forceUpgrade - the forceUpgrade value to set.
      Returns:
      the UpgradeOverrideSettings object itself.
    • until

      public OffsetDateTime until()
      Get the until property: Until when the overrides are effective. Note that this only matches the start time of an upgrade, and the effectiveness won't change once an upgrade starts even if the `until` expires as upgrade proceeds. This field is not set by default. It must be set for the overrides to take effect.
      Returns:
      the until value.
    • withUntil

      public UpgradeOverrideSettings withUntil(OffsetDateTime until)
      Set the until property: Until when the overrides are effective. Note that this only matches the start time of an upgrade, and the effectiveness won't change once an upgrade starts even if the `until` expires as upgrade proceeds. This field is not set by default. It must be set for the overrides to take effect.
      Parameters:
      until - the until value to set.
      Returns:
      the UpgradeOverrideSettings object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<UpgradeOverrideSettings>
      Throws:
      IOException
    • fromJson

      public static UpgradeOverrideSettings fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of UpgradeOverrideSettings from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of UpgradeOverrideSettings if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the UpgradeOverrideSettings.