Class: Azure::Peering::Mgmt::V2019_08_01_preview::Models::CheckServiceProviderAvailabilityInput

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2019-08-01-preview/generated/azure_mgmt_peering/models/check_service_provider_availability_input.rb

Overview

Class for CheckServiceProviderAvailabilityInput

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#peering_service_locationString

Returns Gets or sets the PeeringServiceLocation.

Returns:

  • (String)

    Gets or sets the PeeringServiceLocation



16
17
18
# File 'lib/2019-08-01-preview/generated/azure_mgmt_peering/models/check_service_provider_availability_input.rb', line 16

def peering_service_location
  @peering_service_location
end

#peering_service_providerString

Returns Gets or sets the PeeringServiceProvider.

Returns:

  • (String)

    Gets or sets the PeeringServiceProvider



19
20
21
# File 'lib/2019-08-01-preview/generated/azure_mgmt_peering/models/check_service_provider_availability_input.rb', line 19

def peering_service_provider
  @peering_service_provider
end

Class Method Details

.mapperObject

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



26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# 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