Sha256: 266084a16980a7046cef9afe99bf7d866d62720a5b8ec89c3546f12de5972677
Contents?: true
Size: 1.48 KB
Versions: 15
Compression:
Stored size: 1.48 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::Network::Mgmt::V2019_07_01 module Models # # BGP settings details for a link. # class VpnLinkBgpSettings include MsRestAzure # @return [Integer] The BGP speaker's ASN. attr_accessor :asn # @return [String] The BGP peering address and BGP identifier of this BGP # speaker. attr_accessor :bgp_peering_address # # Mapper for VpnLinkBgpSettings class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VpnLinkBgpSettings', type: { name: 'Composite', class_name: 'VpnLinkBgpSettings', model_properties: { asn: { client_side_validation: true, required: false, serialized_name: 'asn', type: { name: 'Number' } }, bgp_peering_address: { client_side_validation: true, required: false, serialized_name: 'bgpPeeringAddress', type: { name: 'String' } } } } } end end end end
Version data entries
15 entries across 15 versions & 2 rubygems