class Azure::Peering::Mgmt::V2019_08_01_preview::Models::CheckServiceProviderAvailabilityInput

Class for CheckServiceProviderAvailabilityInput

Attributes

peering_service_location[RW]

@return [String] Gets or sets the PeeringServiceLocation

peering_service_provider[RW]

@return [String] Gets or sets the PeeringServiceProvider

Private Class Methods

mapper() click to toggle source

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

# File lib/2019-08-01-preview/generated/azure_mgmt_peering/models/check_service_provider_availability_input.rb, line 26
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'CheckServiceProviderAvailabilityInput',
    type: {
      name: 'Composite',
      class_name: 'CheckServiceProviderAvailabilityInput',
      model_properties: {
        peering_service_location: {
          client_side_validation: true,
          required: false,
          serialized_name: 'peeringServiceLocation',
          type: {
            name: 'String'
          }
        },
        peering_service_provider: {
          client_side_validation: true,
          required: false,
          serialized_name: 'peeringServiceProvider',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end