Class: Azure::Network::Mgmt::V2020_05_01::Models::VpnSiteLinkConnection
- Inherits:
-
SubResource
- Object
- SubResource
- Azure::Network::Mgmt::V2020_05_01::Models::VpnSiteLinkConnection
- Includes:
- MsRestAzure
- Defined in:
- lib/2020-05-01/generated/azure_mgmt_network/models/vpn_site_link_connection.rb
Overview
VpnSiteLinkConnection Resource.
Instance Attribute Summary collapse
-
#connection_bandwidth ⇒ Integer
Expected bandwidth in MBPS.
-
#connection_status ⇒ VpnConnectionStatus
include: ‘Unknown’, ‘Connecting’, ‘Connected’, ‘NotConnected’.
-
#egress_bytes_transferred ⇒ Integer
Egress bytes transferred.
-
#enable_bgp ⇒ Boolean
EnableBgp flag.
-
#enable_rate_limiting ⇒ Boolean
EnableBgp flag.
-
#etag ⇒ String
resource is updated.
-
#ingress_bytes_transferred ⇒ Integer
Ingress bytes transferred.
-
#ipsec_policies ⇒ Array<IpsecPolicy>
this connection.
-
#name ⇒ String
resource group.
-
#provisioning_state ⇒ ProvisioningState
connection resource.
-
#routing_weight ⇒ Integer
Routing weight for vpn connection.
-
#shared_key ⇒ String
SharedKey for the vpn connection.
-
#type ⇒ String
Resource type.
-
#use_local_azure_ip_address ⇒ Boolean
Use local azure ip to initiate connection.
-
#use_policy_based_traffic_selectors ⇒ Boolean
Enable policy-based traffic selectors.
-
#vpn_connection_protocol_type ⇒ VirtualNetworkGatewayConnectionProtocol
used for this connection.
-
#vpn_site_link ⇒ SubResource
Id of the connected vpn site link.
Attributes inherited from SubResource
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for VpnSiteLinkConnection class as Ruby Hash.
Instance Attribute Details
#connection_bandwidth ⇒ Integer
Returns Expected bandwidth in MBPS.
36 37 38 |
# File 'lib/2020-05-01/generated/azure_mgmt_network/models/vpn_site_link_connection.rb', line 36 def connection_bandwidth @connection_bandwidth end |
#connection_status ⇒ VpnConnectionStatus
include: ‘Unknown’, ‘Connecting’, ‘Connected’, ‘NotConnected’
23 24 25 |
# File 'lib/2020-05-01/generated/azure_mgmt_network/models/vpn_site_link_connection.rb', line 23 def connection_status @connection_status end |
#egress_bytes_transferred ⇒ Integer
Returns Egress bytes transferred.
33 34 35 |
# File 'lib/2020-05-01/generated/azure_mgmt_network/models/vpn_site_link_connection.rb', line 33 def egress_bytes_transferred @egress_bytes_transferred end |
#enable_bgp ⇒ Boolean
Returns EnableBgp flag.
42 43 44 |
# File 'lib/2020-05-01/generated/azure_mgmt_network/models/vpn_site_link_connection.rb', line 42 def enable_bgp @enable_bgp end |
#enable_rate_limiting ⇒ Boolean
Returns EnableBgp flag.
52 53 54 |
# File 'lib/2020-05-01/generated/azure_mgmt_network/models/vpn_site_link_connection.rb', line 52 def enable_rate_limiting @enable_rate_limiting end |
#etag ⇒ String
resource is updated.
68 69 70 |
# File 'lib/2020-05-01/generated/azure_mgmt_network/models/vpn_site_link_connection.rb', line 68 def etag @etag end |
#ingress_bytes_transferred ⇒ Integer
Returns Ingress bytes transferred.
30 31 32 |
# File 'lib/2020-05-01/generated/azure_mgmt_network/models/vpn_site_link_connection.rb', line 30 def ingress_bytes_transferred @ingress_bytes_transferred end |
#ipsec_policies ⇒ Array<IpsecPolicy>
this connection.
49 50 51 |
# File 'lib/2020-05-01/generated/azure_mgmt_network/models/vpn_site_link_connection.rb', line 49 def ipsec_policies @ipsec_policies end |
#name ⇒ String
resource group. This name can be used to access the resource.
64 65 66 |
# File 'lib/2020-05-01/generated/azure_mgmt_network/models/vpn_site_link_connection.rb', line 64 def name @name end |
#provisioning_state ⇒ ProvisioningState
connection resource. Possible values include: ‘Succeeded’, ‘Updating’, ‘Deleting’, ‘Failed’
60 61 62 |
# File 'lib/2020-05-01/generated/azure_mgmt_network/models/vpn_site_link_connection.rb', line 60 def provisioning_state @provisioning_state end |
#routing_weight ⇒ Integer
Returns Routing weight for vpn connection.
19 20 21 |
# File 'lib/2020-05-01/generated/azure_mgmt_network/models/vpn_site_link_connection.rb', line 19 def routing_weight @routing_weight end |
#shared_key ⇒ String
Returns SharedKey for the vpn connection.
39 40 41 |
# File 'lib/2020-05-01/generated/azure_mgmt_network/models/vpn_site_link_connection.rb', line 39 def shared_key @shared_key end |
#type ⇒ String
Returns Resource type.
71 72 73 |
# File 'lib/2020-05-01/generated/azure_mgmt_network/models/vpn_site_link_connection.rb', line 71 def type @type end |
#use_local_azure_ip_address ⇒ Boolean
Returns Use local azure ip to initiate connection.
55 56 57 |
# File 'lib/2020-05-01/generated/azure_mgmt_network/models/vpn_site_link_connection.rb', line 55 def use_local_azure_ip_address @use_local_azure_ip_address end |
#use_policy_based_traffic_selectors ⇒ Boolean
Returns Enable policy-based traffic selectors.
45 46 47 |
# File 'lib/2020-05-01/generated/azure_mgmt_network/models/vpn_site_link_connection.rb', line 45 def use_policy_based_traffic_selectors @use_policy_based_traffic_selectors end |
#vpn_connection_protocol_type ⇒ VirtualNetworkGatewayConnectionProtocol
used for this connection. Possible values include: ‘IKEv2’, ‘IKEv1’
27 28 29 |
# File 'lib/2020-05-01/generated/azure_mgmt_network/models/vpn_site_link_connection.rb', line 27 def vpn_connection_protocol_type @vpn_connection_protocol_type end |
#vpn_site_link ⇒ SubResource
Returns Id of the connected vpn site link.
16 17 18 |
# File 'lib/2020-05-01/generated/azure_mgmt_network/models/vpn_site_link_connection.rb', line 16 def vpn_site_link @vpn_site_link end |
Class Method Details
.mapper ⇒ Object
Mapper for VpnSiteLinkConnection class as Ruby Hash. This will be used for serialization/deserialization.
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 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 246 247 248 249 |
# File 'lib/2020-05-01/generated/azure_mgmt_network/models/vpn_site_link_connection.rb', line 78 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VpnSiteLinkConnection', type: { name: 'Composite', class_name: 'VpnSiteLinkConnection', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, vpn_site_link: { client_side_validation: true, required: false, serialized_name: 'properties.vpnSiteLink', type: { name: 'Composite', class_name: 'SubResource' } }, routing_weight: { client_side_validation: true, required: false, serialized_name: 'properties.routingWeight', type: { name: 'Number' } }, connection_status: { client_side_validation: true, required: false, serialized_name: 'properties.connectionStatus', type: { name: 'String' } }, vpn_connection_protocol_type: { client_side_validation: true, required: false, serialized_name: 'properties.vpnConnectionProtocolType', type: { name: 'String' } }, ingress_bytes_transferred: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.ingressBytesTransferred', type: { name: 'Number' } }, egress_bytes_transferred: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.egressBytesTransferred', type: { name: 'Number' } }, connection_bandwidth: { client_side_validation: true, required: false, serialized_name: 'properties.connectionBandwidth', type: { name: 'Number' } }, shared_key: { client_side_validation: true, required: false, serialized_name: 'properties.sharedKey', type: { name: 'String' } }, enable_bgp: { client_side_validation: true, required: false, serialized_name: 'properties.enableBgp', type: { name: 'Boolean' } }, use_policy_based_traffic_selectors: { client_side_validation: true, required: false, serialized_name: 'properties.usePolicyBasedTrafficSelectors', type: { name: 'Boolean' } }, ipsec_policies: { client_side_validation: true, required: false, serialized_name: 'properties.ipsecPolicies', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'IpsecPolicyElementType', type: { name: 'Composite', class_name: 'IpsecPolicy' } } } }, enable_rate_limiting: { client_side_validation: true, required: false, serialized_name: 'properties.enableRateLimiting', type: { name: 'Boolean' } }, use_local_azure_ip_address: { client_side_validation: true, required: false, serialized_name: 'properties.useLocalAzureIpAddress', type: { name: 'Boolean' } }, 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 |