Sha256: 442c29bcecde1bbe0e711c77d965c31478ca53c17e4beba4b21f770480e7aee7

Contents?: true

Size: 1.19 KB

Versions: 12

Compression:

Stored size: 1.19 KB

Contents

# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

module Azure::CDN::Mgmt::V2016_10_02
  module Models
    #
    # Input of the custom domain to be validated for DNS mapping.
    #
    class ValidateCustomDomainInput

      include MsRestAzure

      # @return [String] The host name of the custom domain. Must be a domain
      # name.
      attr_accessor :host_name


      #
      # Mapper for ValidateCustomDomainInput class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'ValidateCustomDomainInput',
          type: {
            name: 'Composite',
            class_name: 'ValidateCustomDomainInput',
            model_properties: {
              host_name: {
                client_side_validation: true,
                required: true,
                serialized_name: 'hostName',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
azure_mgmt_cdn-0.18.2 lib/2016-10-02/generated/azure_mgmt_cdn/models/validate_custom_domain_input.rb
azure_mgmt_cdn-0.18.1 lib/2016-10-02/generated/azure_mgmt_cdn/models/validate_custom_domain_input.rb
azure_mgmt_cdn-0.17.7 lib/2016-10-02/generated/azure_mgmt_cdn/models/validate_custom_domain_input.rb
azure_mgmt_cdn-0.17.6 lib/2016-10-02/generated/azure_mgmt_cdn/models/validate_custom_domain_input.rb
azure_mgmt_cdn-0.17.5 lib/2016-10-02/generated/azure_mgmt_cdn/models/validate_custom_domain_input.rb
azure_mgmt_cdn-0.17.4 lib/2016-10-02/generated/azure_mgmt_cdn/models/validate_custom_domain_input.rb
azure_mgmt_cdn-0.17.3 lib/2016-10-02/generated/azure_mgmt_cdn/models/validate_custom_domain_input.rb
azure_mgmt_cdn-0.17.2 lib/2016-10-02/generated/azure_mgmt_cdn/models/validate_custom_domain_input.rb
azure_mgmt_cdn-0.17.1 lib/2016-10-02/generated/azure_mgmt_cdn/models/validate_custom_domain_input.rb
azure_mgmt_cdn-0.17.0 lib/2016-10-02/generated/azure_mgmt_cdn/models/validate_custom_domain_input.rb
azure_mgmt_cdn-0.16.0 lib/2016-10-02/generated/azure_mgmt_cdn/models/validate_custom_domain_input.rb
azure_mgmt_cdn-0.15.2 lib/2016-10-02/generated/azure_mgmt_cdn/models/validate_custom_domain_input.rb