class Azure::TrafficManager::Mgmt::V2018_03_01::Models::HeatMapEndpoint

Class which is a sparse representation of a Traffic Manager endpoint.

Attributes

endpoint_id[RW]

@return [Integer] A number uniquely identifying this endpoint in query experiences.

resource_id[RW]

@return [String] The ARM Resource ID of this Traffic Manager endpoint.

Public Class Methods

mapper() click to toggle source

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

# File lib/2018-03-01/generated/azure_mgmt_traffic_manager/models/heat_map_endpoint.rb, line 27
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'HeatMapEndpoint',
    type: {
      name: 'Composite',
      class_name: 'HeatMapEndpoint',
      model_properties: {
        resource_id: {
          client_side_validation: true,
          required: false,
          serialized_name: 'resourceId',
          type: {
            name: 'String'
          }
        },
        endpoint_id: {
          client_side_validation: true,
          required: false,
          serialized_name: 'endpointId',
          type: {
            name: 'Number'
          }
        }
      }
    }
  }
end