class Azure::Peering::Mgmt::V2019_08_01_preview::Models::PeeringPropertiesExchange
The properties that define an exchange peering.
Attributes
connections[RW]
@return [Array<ExchangeConnection>] The set of connections that constitute an exchange peering.
peer_asn[RW]
@return [SubResource] The reference of the peer ASN.
Private Class Methods
mapper()
click to toggle source
Mapper for PeeringPropertiesExchange
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-08-01-preview/generated/azure_mgmt_peering/models/peering_properties_exchange.rb, line 27 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'PeeringPropertiesExchange', type: { name: 'Composite', class_name: 'PeeringPropertiesExchange', model_properties: { connections: { client_side_validation: true, required: false, serialized_name: 'connections', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ExchangeConnectionElementType', type: { name: 'Composite', class_name: 'ExchangeConnection' } } } }, peer_asn: { client_side_validation: true, required: false, serialized_name: 'peerAsn', type: { name: 'Composite', class_name: 'SubResource' } } } } } end