Class: Azure::ARM::Network::Models::InboundNatRule
- Inherits:
-
MsRestAzure::SubResource
- Object
- MsRestAzure::SubResource
- Azure::ARM::Network::Models::InboundNatRule
- Includes:
- MsRestAzure
- Defined in:
- lib/generated/azure_mgmt_network/models/inbound_nat_rule.rb
Overview
Inbound NAT rule of the loadbalancer
Instance Attribute Summary collapse
-
#backend_ipconfiguration ⇒ NetworkInterfaceIPConfiguration
a private ip address defined on a NetworkInterface of a VM.
-
#backend_port ⇒ Integer
the endpoint.
-
#enable_floating_ip ⇒ Boolean
floating IP capability required to configure a SQL AlwaysOn availability Group.
-
#etag ⇒ String
resource is updated.
-
#frontend_ipconfiguration ⇒ SubResource
Gets or sets a reference to frontend IP Addresses.
-
#frontend_port ⇒ Integer
can spcify any port number you choose, but the port numbers specified for each role in the service must be unique.
-
#idle_timeout_in_minutes ⇒ Integer
connection.
-
#name ⇒ String
resource group.
-
#protocol ⇒ TransportProtocol
endpoint.
-
#provisioning_state ⇒ String
Updating/Deleting/Failed.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for InboundNatRule class as Ruby Hash.
Instance Attribute Details
#backend_ipconfiguration ⇒ NetworkInterfaceIPConfiguration
a private ip address defined on a NetworkInterface of a VM. Traffic sent to frontendPort of each of the frontendIPConfigurations is forwarded to the backed IP
22 23 24 |
# File 'lib/generated/azure_mgmt_network/models/inbound_nat_rule.rb', line 22 def backend_ipconfiguration @backend_ipconfiguration end |
#backend_port ⇒ Integer
the endpoint. The localPort attribute maps the eternal port of the endpoint to an internal port on a role. This is useful in scenarios where a role must communicate to an internal compotnent on a port that is different from the one that is exposed externally. If not specified, the value of localPort is the same as the port attribute. Set the value of localPort to ‘*’ to automatically assign an unallocated port that is discoverable using the runtime API
43 44 45 |
# File 'lib/generated/azure_mgmt_network/models/inbound_nat_rule.rb', line 43 def backend_port @backend_port end |
#enable_floating_ip ⇒ Boolean
floating IP capability required to configure a SQL AlwaysOn availability Group. This setting is required when using the SQL Always ON availability Groups in SQL server. This setting can’t be changed after you create the endpoint
56 57 58 |
# File 'lib/generated/azure_mgmt_network/models/inbound_nat_rule.rb', line 56 def enable_floating_ip @enable_floating_ip end |
#etag ⇒ String
resource is updated
68 69 70 |
# File 'lib/generated/azure_mgmt_network/models/inbound_nat_rule.rb', line 68 def etag @etag end |
#frontend_ipconfiguration ⇒ SubResource
Returns Gets or sets a reference to frontend IP Addresses.
16 17 18 |
# File 'lib/generated/azure_mgmt_network/models/inbound_nat_rule.rb', line 16 def frontend_ipconfiguration @frontend_ipconfiguration end |
#frontend_port ⇒ Integer
can spcify any port number you choose, but the port numbers specified for each role in the service must be unique. Possible values range between 1 and 65535, inclusive
33 34 35 |
# File 'lib/generated/azure_mgmt_network/models/inbound_nat_rule.rb', line 33 def frontend_port @frontend_port end |
#idle_timeout_in_minutes ⇒ Integer
connection. The value can be set between 4 and 30 minutes. The default value is 4 minutes. This emlement is only used when the protocol is set to Tcp
49 50 51 |
# File 'lib/generated/azure_mgmt_network/models/inbound_nat_rule.rb', line 49 def idle_timeout_in_minutes @idle_timeout_in_minutes end |
#name ⇒ String
resource group. This name can be used to access the resource
64 65 66 |
# File 'lib/generated/azure_mgmt_network/models/inbound_nat_rule.rb', line 64 def name @name end |
#protocol ⇒ TransportProtocol
endpoint. Possible values are Udp or Tcp. Possible values include: ‘Udp’, ‘Tcp’
27 28 29 |
# File 'lib/generated/azure_mgmt_network/models/inbound_nat_rule.rb', line 27 def protocol @protocol end |
#provisioning_state ⇒ String
Updating/Deleting/Failed
60 61 62 |
# File 'lib/generated/azure_mgmt_network/models/inbound_nat_rule.rb', line 60 def provisioning_state @provisioning_state end |
Class Method Details
.mapper ⇒ Object
Mapper for InboundNatRule class as Ruby Hash. This will be used for serialization/deserialization.
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 |
# File 'lib/generated/azure_mgmt_network/models/inbound_nat_rule.rb', line 75 def self.mapper() { required: false, serialized_name: 'InboundNatRule', type: { name: 'Composite', class_name: 'InboundNatRule', model_properties: { id: { required: false, serialized_name: 'id', type: { name: 'String' } }, frontend_ipconfiguration: { required: false, serialized_name: 'properties.frontendIPConfiguration', type: { name: 'Composite', class_name: 'SubResource' } }, backend_ipconfiguration: { required: false, read_only: true, serialized_name: 'properties.backendIPConfiguration', type: { name: 'Composite', class_name: 'NetworkInterfaceIPConfiguration' } }, protocol: { required: false, serialized_name: 'properties.protocol', type: { name: 'String' } }, frontend_port: { required: false, serialized_name: 'properties.frontendPort', type: { name: 'Number' } }, backend_port: { required: false, serialized_name: 'properties.backendPort', type: { name: 'Number' } }, idle_timeout_in_minutes: { required: false, serialized_name: 'properties.idleTimeoutInMinutes', type: { name: 'Number' } }, enable_floating_ip: { required: false, serialized_name: 'properties.enableFloatingIP', type: { name: 'Boolean' } }, provisioning_state: { required: false, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, name: { required: false, serialized_name: 'name', type: { name: 'String' } }, etag: { required: false, serialized_name: 'etag', type: { name: 'String' } } } } } end |