Class: Azure::ARM::Network::Models::ExpressRouteCircuitPeering
- Inherits:
-
MsRestAzure::SubResource
- Object
- MsRestAzure::SubResource
- Azure::ARM::Network::Models::ExpressRouteCircuitPeering
- Includes:
- MsRest::JSONable, MsRestAzure
- Defined in:
- lib/generated/azure_mgmt_network/models/express_route_circuit_peering.rb
Overview
Peering in an ExpressRouteCircuit resource.
Instance Attribute Summary collapse
-
#azure_asn ⇒ Integer
The Azure ASN.
-
#etag ⇒ String
resource is updated.
-
#gateway_manager_etag ⇒ String
The GatewayManager Etag.
-
#ipv6peering_config ⇒ Ipv6ExpressRouteCircuitPeeringConfig
configuration.
-
#last_modified_by ⇒ String
modified the peering.
-
#microsoft_peering_config ⇒ ExpressRouteCircuitPeeringConfig
configuration.
-
#name ⇒ String
resource group.
-
#peer_asn ⇒ Integer
The peer ASN.
-
#peering_type ⇒ ExpressRouteCircuitPeeringType
values are: ‘AzurePublicPeering’, ‘AzurePrivatePeering’, and ‘MicrosoftPeering’.
-
#primary_azure_port ⇒ String
The primary port.
-
#primary_peer_address_prefix ⇒ String
The primary address prefix.
-
#provisioning_state ⇒ String
Possible values are: ‘Updating’, ‘Deleting’, and ‘Failed’.
-
#route_filter ⇒ RouteFilter
The reference of the RouteFilter resource.
-
#secondary_azure_port ⇒ String
The secondary port.
-
#secondary_peer_address_prefix ⇒ String
The secondary address prefix.
-
#shared_key ⇒ String
The shared key.
-
#state ⇒ ExpressRouteCircuitPeeringState
Possible values are: ‘Disabled’ and ‘Enabled’.
-
#stats ⇒ ExpressRouteCircuitStats
Gets peering stats.
-
#vlan_id ⇒ Integer
The VLAN ID.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ExpressRouteCircuitPeering class as Ruby Hash.
Instance Attribute Details
#azure_asn ⇒ Integer
Returns The Azure ASN.
28 29 30 |
# File 'lib/generated/azure_mgmt_network/models/express_route_circuit_peering.rb', line 28 def azure_asn @azure_asn end |
#etag ⇒ String
resource is updated.
82 83 84 |
# File 'lib/generated/azure_mgmt_network/models/express_route_circuit_peering.rb', line 82 def etag @etag end |
#gateway_manager_etag ⇒ String
Returns The GatewayManager Etag.
63 64 65 |
# File 'lib/generated/azure_mgmt_network/models/express_route_circuit_peering.rb', line 63 def gateway_manager_etag @gateway_manager_etag end |
#ipv6peering_config ⇒ Ipv6ExpressRouteCircuitPeeringConfig
configuration.
74 75 76 |
# File 'lib/generated/azure_mgmt_network/models/express_route_circuit_peering.rb', line 74 def ipv6peering_config @ipv6peering_config end |
#last_modified_by ⇒ String
modified the peering.
67 68 69 |
# File 'lib/generated/azure_mgmt_network/models/express_route_circuit_peering.rb', line 67 def last_modified_by @last_modified_by end |
#microsoft_peering_config ⇒ ExpressRouteCircuitPeeringConfig
configuration.
53 54 55 |
# File 'lib/generated/azure_mgmt_network/models/express_route_circuit_peering.rb', line 53 def microsoft_peering_config @microsoft_peering_config end |
#name ⇒ String
resource group. This name can be used to access the resource.
78 79 80 |
# File 'lib/generated/azure_mgmt_network/models/express_route_circuit_peering.rb', line 78 def name @name end |
#peer_asn ⇒ Integer
Returns The peer ASN.
31 32 33 |
# File 'lib/generated/azure_mgmt_network/models/express_route_circuit_peering.rb', line 31 def peer_asn @peer_asn end |
#peering_type ⇒ ExpressRouteCircuitPeeringType
values are: ‘AzurePublicPeering’, ‘AzurePrivatePeering’, and ‘MicrosoftPeering’. Possible values include: ‘AzurePublicPeering’, ‘AzurePrivatePeering’, ‘MicrosoftPeering’
20 21 22 |
# File 'lib/generated/azure_mgmt_network/models/express_route_circuit_peering.rb', line 20 def peering_type @peering_type end |
#primary_azure_port ⇒ String
Returns The primary port.
40 41 42 |
# File 'lib/generated/azure_mgmt_network/models/express_route_circuit_peering.rb', line 40 def primary_azure_port @primary_azure_port end |
#primary_peer_address_prefix ⇒ String
Returns The primary address prefix.
34 35 36 |
# File 'lib/generated/azure_mgmt_network/models/express_route_circuit_peering.rb', line 34 def primary_peer_address_prefix @primary_peer_address_prefix end |
#provisioning_state ⇒ String
Possible values are: ‘Updating’, ‘Deleting’, and ‘Failed’.
60 61 62 |
# File 'lib/generated/azure_mgmt_network/models/express_route_circuit_peering.rb', line 60 def provisioning_state @provisioning_state end |
#route_filter ⇒ RouteFilter
Returns The reference of the RouteFilter resource.
70 71 72 |
# File 'lib/generated/azure_mgmt_network/models/express_route_circuit_peering.rb', line 70 def route_filter @route_filter end |
#secondary_azure_port ⇒ String
Returns The secondary port.
43 44 45 |
# File 'lib/generated/azure_mgmt_network/models/express_route_circuit_peering.rb', line 43 def secondary_azure_port @secondary_azure_port end |
#secondary_peer_address_prefix ⇒ String
Returns The secondary address prefix.
37 38 39 |
# File 'lib/generated/azure_mgmt_network/models/express_route_circuit_peering.rb', line 37 def secondary_peer_address_prefix @secondary_peer_address_prefix end |
#shared_key ⇒ String
Returns The shared key.
46 47 48 |
# File 'lib/generated/azure_mgmt_network/models/express_route_circuit_peering.rb', line 46 def shared_key @shared_key end |
#state ⇒ ExpressRouteCircuitPeeringState
Possible values are: ‘Disabled’ and ‘Enabled’. Possible values include: ‘Disabled’, ‘Enabled’
25 26 27 |
# File 'lib/generated/azure_mgmt_network/models/express_route_circuit_peering.rb', line 25 def state @state end |
#stats ⇒ ExpressRouteCircuitStats
Returns Gets peering stats.
56 57 58 |
# File 'lib/generated/azure_mgmt_network/models/express_route_circuit_peering.rb', line 56 def stats @stats end |
#vlan_id ⇒ Integer
Returns The VLAN ID.
49 50 51 |
# File 'lib/generated/azure_mgmt_network/models/express_route_circuit_peering.rb', line 49 def vlan_id @vlan_id end |
Class Method Details
.mapper ⇒ Object
Mapper for ExpressRouteCircuitPeering class as Ruby Hash. This will be used for serialization/deserialization.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 |
# File 'lib/generated/azure_mgmt_network/models/express_route_circuit_peering.rb', line 89 def self.mapper() { required: false, serialized_name: 'ExpressRouteCircuitPeering', type: { name: 'Composite', class_name: 'ExpressRouteCircuitPeering', model_properties: { id: { required: false, serialized_name: 'id', type: { name: 'String' } }, peering_type: { required: false, serialized_name: 'properties.peeringType', type: { name: 'String' } }, state: { required: false, serialized_name: 'properties.state', type: { name: 'String' } }, azure_asn: { required: false, serialized_name: 'properties.azureASN', type: { name: 'Number' } }, peer_asn: { required: false, serialized_name: 'properties.peerASN', type: { name: 'Number' } }, primary_peer_address_prefix: { required: false, serialized_name: 'properties.primaryPeerAddressPrefix', type: { name: 'String' } }, secondary_peer_address_prefix: { required: false, serialized_name: 'properties.secondaryPeerAddressPrefix', type: { name: 'String' } }, primary_azure_port: { required: false, serialized_name: 'properties.primaryAzurePort', type: { name: 'String' } }, secondary_azure_port: { required: false, serialized_name: 'properties.secondaryAzurePort', type: { name: 'String' } }, shared_key: { required: false, serialized_name: 'properties.sharedKey', type: { name: 'String' } }, vlan_id: { required: false, serialized_name: 'properties.vlanId', type: { name: 'Number' } }, microsoft_peering_config: { required: false, serialized_name: 'properties.microsoftPeeringConfig', type: { name: 'Composite', class_name: 'ExpressRouteCircuitPeeringConfig' } }, stats: { required: false, serialized_name: 'properties.stats', type: { name: 'Composite', class_name: 'ExpressRouteCircuitStats' } }, provisioning_state: { required: false, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, gateway_manager_etag: { required: false, serialized_name: 'properties.gatewayManagerEtag', type: { name: 'String' } }, last_modified_by: { required: false, serialized_name: 'properties.lastModifiedBy', type: { name: 'String' } }, route_filter: { required: false, serialized_name: 'properties.routeFilter', type: { name: 'Composite', class_name: 'RouteFilter' } }, ipv6peering_config: { required: false, serialized_name: 'properties.ipv6PeeringConfig', type: { name: 'Composite', class_name: 'Ipv6ExpressRouteCircuitPeeringConfig' } }, name: { required: false, serialized_name: 'name', type: { name: 'String' } }, etag: { required: false, read_only: true, serialized_name: 'etag', type: { name: 'String' } } } } } end |