Sha256: cae5bbdb998e897526eedc1902796fe5f6abb7d03511caba70595864ebf98e4a

Contents?: true

Size: 1.93 KB

Versions: 2

Compression:

Stored size: 1.93 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::Web::Mgmt::V2020_09_01
  module Models
    #
    # A domain name that a service is reached at, including details of the
    # current connection status.
    #
    class EndpointDependency

      include MsRestAzure

      # @return [String] The domain name of the dependency.
      attr_accessor :domain_name

      # @return [Array<EndpointDetail>] The IP Addresses and Ports used when
      # connecting to DomainName.
      attr_accessor :endpoint_details


      #
      # Mapper for EndpointDependency class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'EndpointDependency',
          type: {
            name: 'Composite',
            class_name: 'EndpointDependency',
            model_properties: {
              domain_name: {
                client_side_validation: true,
                required: false,
                serialized_name: 'domainName',
                type: {
                  name: 'String'
                }
              },
              endpoint_details: {
                client_side_validation: true,
                required: false,
                serialized_name: 'endpointDetails',
                type: {
                  name: 'Sequence',
                  element: {
                      client_side_validation: true,
                      required: false,
                      serialized_name: 'EndpointDetailElementType',
                      type: {
                        name: 'Composite',
                        class_name: 'EndpointDetail'
                      }
                  }
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_web-0.18.1 lib/2020-09-01/generated/azure_mgmt_web/models/endpoint_dependency.rb
azure_mgmt_web-0.18.0 lib/2020-09-01/generated/azure_mgmt_web/models/endpoint_dependency.rb