class Azure::ContainerService::Mgmt::V2020_12_01::Models::ManagedClusterAutoUpgradeProfile

Auto upgrade profile for a managed cluster.

Attributes

upgrade_channel[RW]

@return [UpgradeChannel] upgrade channel for auto upgrade. Possible values include: 'rapid', 'stable', 'patch', 'none'

Private Class Methods

mapper() click to toggle source

Mapper for ManagedClusterAutoUpgradeProfile class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2020-12-01/generated/azure_mgmt_container_service/models/managed_cluster_auto_upgrade_profile.rb, line 24
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'ManagedClusterAutoUpgradeProfile',
    type: {
      name: 'Composite',
      class_name: 'ManagedClusterAutoUpgradeProfile',
      model_properties: {
        upgrade_channel: {
          client_side_validation: true,
          required: false,
          serialized_name: 'upgradeChannel',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end