Class: Azure::Network::Mgmt::V2019_11_01::Models::PeerExpressRouteCircuitConnection
- Inherits:
-
SubResource
- Object
- SubResource
- Azure::Network::Mgmt::V2019_11_01::Models::PeerExpressRouteCircuitConnection
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-11-01/generated/azure_mgmt_network/models/peer_express_route_circuit_connection.rb
Overview
Peer Express Route Circuit Connection in an ExpressRouteCircuitPeering resource.
Instance Attribute Summary collapse
-
#address_prefix ⇒ String
for tunnels.
-
#auth_resource_guid ⇒ String
express route circuit connection.
-
#circuit_connection_status ⇒ CircuitConnectionStatus
state.
-
#connection_name ⇒ String
resource.
-
#etag ⇒ String
resource is updated.
-
#express_route_circuit_peering ⇒ SubResource
Peering Resource of the circuit.
-
#name ⇒ String
resource group.
-
#peer_express_route_circuit_peering ⇒ SubResource
Peering Resource of the peered circuit.
-
#provisioning_state ⇒ ProvisioningState
route circuit connection resource.
-
#type ⇒ String
Type of the resource.
Attributes inherited from SubResource
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for PeerExpressRouteCircuitConnection class as Ruby Hash.
Instance Attribute Details
#address_prefix ⇒ String
for tunnels.
26 27 28 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/peer_express_route_circuit_connection.rb', line 26 def address_prefix @address_prefix end |
#auth_resource_guid ⇒ String
express route circuit connection.
39 40 41 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/peer_express_route_circuit_connection.rb', line 39 def auth_resource_guid @auth_resource_guid end |
#circuit_connection_status ⇒ CircuitConnectionStatus
state. Possible values include: ‘Connected’, ‘Connecting’, ‘Disconnected’
31 32 33 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/peer_express_route_circuit_connection.rb', line 31 def circuit_connection_status @circuit_connection_status end |
#connection_name ⇒ String
resource.
35 36 37 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/peer_express_route_circuit_connection.rb', line 35 def connection_name @connection_name end |
#etag ⇒ String
resource is updated.
52 53 54 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/peer_express_route_circuit_connection.rb', line 52 def etag @etag end |
#express_route_circuit_peering ⇒ SubResource
Peering Resource of the circuit.
18 19 20 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/peer_express_route_circuit_connection.rb', line 18 def express_route_circuit_peering @express_route_circuit_peering end |
#name ⇒ String
resource group. This name can be used to access the resource.
48 49 50 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/peer_express_route_circuit_connection.rb', line 48 def name @name end |
#peer_express_route_circuit_peering ⇒ SubResource
Peering Resource of the peered circuit.
22 23 24 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/peer_express_route_circuit_connection.rb', line 22 def peer_express_route_circuit_peering @peer_express_route_circuit_peering end |
#provisioning_state ⇒ ProvisioningState
route circuit connection resource. Possible values include: ‘Succeeded’, ‘Updating’, ‘Deleting’, ‘Failed’
44 45 46 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/peer_express_route_circuit_connection.rb', line 44 def provisioning_state @provisioning_state end |
#type ⇒ String
Returns Type of the resource.
55 56 57 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/peer_express_route_circuit_connection.rb', line 55 def type @type end |
Class Method Details
.mapper ⇒ Object
Mapper for PeerExpressRouteCircuitConnection class as Ruby Hash. This will be used for serialization/deserialization.
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/2019-11-01/generated/azure_mgmt_network/models/peer_express_route_circuit_connection.rb', line 62 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'PeerExpressRouteCircuitConnection', type: { name: 'Composite', class_name: 'PeerExpressRouteCircuitConnection', 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' } }, circuit_connection_status: { client_side_validation: true, required: false, serialized_name: 'properties.circuitConnectionStatus', type: { name: 'String' } }, connection_name: { client_side_validation: true, required: false, serialized_name: 'properties.connectionName', type: { name: 'String' } }, auth_resource_guid: { client_side_validation: true, required: false, serialized_name: 'properties.authResourceGuid', 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 |