Class: Azure::Network::Mgmt::V2020_03_01::Models::ExpressRouteCircuitConnection
- Inherits:
-
SubResource
- Object
- SubResource
- Azure::Network::Mgmt::V2020_03_01::Models::ExpressRouteCircuitConnection
- Includes:
- MsRestAzure
- Defined in:
- lib/2020-03-01/generated/azure_mgmt_network/models/express_route_circuit_connection.rb
Overview
Express Route Circuit Connection in an ExpressRouteCircuitPeering resource.
Instance Attribute Summary collapse
-
#address_prefix ⇒ String
for tunnels.
-
#authorization_key ⇒ String
The authorization key.
-
#circuit_connection_status ⇒ CircuitConnectionStatus
state.
-
#etag ⇒ String
resource is updated.
-
#express_route_circuit_peering ⇒ SubResource
Peering Resource of the circuit initiating connection.
-
#ipv6circuit_connection_config ⇒ Ipv6CircuitConnectionConfig
the express route circuit connection.
-
#name ⇒ String
resource group.
-
#peer_express_route_circuit_peering ⇒ SubResource
Peering Resource of the peered circuit.
-
#provisioning_state ⇒ ProvisioningState
circuit connection resource.
-
#type ⇒ String
Type of the resource.
Attributes inherited from SubResource
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ExpressRouteCircuitConnection class as Ruby Hash.
Instance Attribute Details
#address_prefix ⇒ String
for tunnels.
26 27 28 |
# File 'lib/2020-03-01/generated/azure_mgmt_network/models/express_route_circuit_connection.rb', line 26 def address_prefix @address_prefix end |
#authorization_key ⇒ String
Returns The authorization key.
29 30 31 |
# File 'lib/2020-03-01/generated/azure_mgmt_network/models/express_route_circuit_connection.rb', line 29 def @authorization_key end |
#circuit_connection_status ⇒ CircuitConnectionStatus
state. Possible values include: 'Connected', 'Connecting', 'Disconnected'
38 39 40 |
# File 'lib/2020-03-01/generated/azure_mgmt_network/models/express_route_circuit_connection.rb', line 38 def circuit_connection_status @circuit_connection_status end |
#etag ⇒ String
resource is updated.
51 52 53 |
# File 'lib/2020-03-01/generated/azure_mgmt_network/models/express_route_circuit_connection.rb', line 51 def etag @etag end |
#express_route_circuit_peering ⇒ SubResource
Peering Resource of the circuit initiating connection.
18 19 20 |
# File 'lib/2020-03-01/generated/azure_mgmt_network/models/express_route_circuit_connection.rb', line 18 def express_route_circuit_peering @express_route_circuit_peering end |
#ipv6circuit_connection_config ⇒ Ipv6CircuitConnectionConfig
the express route circuit connection.
33 34 35 |
# File 'lib/2020-03-01/generated/azure_mgmt_network/models/express_route_circuit_connection.rb', line 33 def ipv6circuit_connection_config @ipv6circuit_connection_config end |
#name ⇒ String
resource group. This name can be used to access the resource.
47 48 49 |
# File 'lib/2020-03-01/generated/azure_mgmt_network/models/express_route_circuit_connection.rb', line 47 def name @name end |
#peer_express_route_circuit_peering ⇒ SubResource
Peering Resource of the peered circuit.
22 23 24 |
# File 'lib/2020-03-01/generated/azure_mgmt_network/models/express_route_circuit_connection.rb', line 22 def peer_express_route_circuit_peering @peer_express_route_circuit_peering end |
#provisioning_state ⇒ ProvisioningState
circuit connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
43 44 45 |
# File 'lib/2020-03-01/generated/azure_mgmt_network/models/express_route_circuit_connection.rb', line 43 def provisioning_state @provisioning_state end |
#type ⇒ String
Returns Type of the resource.
54 55 56 |
# File 'lib/2020-03-01/generated/azure_mgmt_network/models/express_route_circuit_connection.rb', line 54 def type @type end |
Class Method Details
.mapper ⇒ Object
Mapper for ExpressRouteCircuitConnection class as Ruby Hash. This will be used for serialization/deserialization.
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 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 |
# File 'lib/2020-03-01/generated/azure_mgmt_network/models/express_route_circuit_connection.rb', line 61 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ExpressRouteCircuitConnection', type: { name: 'Composite', class_name: 'ExpressRouteCircuitConnection', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, express_route_circuit_peering: { client_side_validation: true, required: false, serialized_name: 'properties.expressRouteCircuitPeering', type: { name: 'Composite', class_name: 'SubResource' } }, peer_express_route_circuit_peering: { client_side_validation: true, required: false, serialized_name: 'properties.peerExpressRouteCircuitPeering', type: { name: 'Composite', class_name: 'SubResource' } }, address_prefix: { client_side_validation: true, required: false, serialized_name: 'properties.addressPrefix', type: { name: 'String' } }, authorization_key: { client_side_validation: true, required: false, serialized_name: 'properties.authorizationKey', type: { name: 'String' } }, ipv6circuit_connection_config: { client_side_validation: true, required: false, serialized_name: 'properties.ipv6CircuitConnectionConfig', type: { name: 'Composite', class_name: 'Ipv6CircuitConnectionConfig' } }, circuit_connection_status: { client_side_validation: true, required: false, serialized_name: 'properties.circuitConnectionStatus', type: { name: 'String' } }, provisioning_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, etag: { client_side_validation: true, required: false, read_only: true, serialized_name: 'etag', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } } } } } end |