class Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterQuotaConfigurationProperties

Contains all settings for the cluster.

Attributes

settings[RW]

@return [Hash{String => String}] All possible Cluster settings - a collection of key/value paired settings which apply to quotas and configurations imposed on the cluster.

Private Class Methods

mapper() click to toggle source

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

# File lib/2018-01-01-preview/generated/azure_mgmt_event_hub/models/cluster_quota_configuration_properties.rb, line 25
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'ClusterQuotaConfigurationProperties',
    type: {
      name: 'Composite',
      class_name: 'ClusterQuotaConfigurationProperties',
      model_properties: {
        settings: {
          client_side_validation: true,
          required: false,
          serialized_name: 'settings',
          type: {
            name: 'Dictionary',
            value: {
                client_side_validation: true,
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        }
      }
    }
  }
end