Sha256: 09c83c08eaed3303f1c93217957c4cfde8cdbae7df6685622ad1a4a39a868d4f
Contents?: true
Size: 1.84 KB
Versions: 34
Compression:
Stored size: 1.84 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::V2016_06_01 module Models # # Model object. # # class BgpSettings include MsRestAzure # @return [Integer] Gets or sets this BGP speaker's ASN attr_accessor :asn # @return [String] Gets or sets the BGP peering address and BGP # identifier of this BGP speaker attr_accessor :bgp_peering_address # @return [Integer] Gets or sets the weight added to routes learned from # this BGP speaker attr_accessor :peer_weight # # Mapper for BgpSettings class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'BgpSettings', type: { name: 'Composite', class_name: 'BgpSettings', 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' } }, peer_weight: { client_side_validation: true, required: false, serialized_name: 'peerWeight', type: { name: 'Number' } } } } } end end end end
Version data entries
34 entries across 34 versions & 2 rubygems