Class: Azure::Network::Mgmt::V2019_09_01::Models::AzureFirewallNatRule
- Inherits:
-
Object
- Object
- Azure::Network::Mgmt::V2019_09_01::Models::AzureFirewallNatRule
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-09-01/generated/azure_mgmt_network/models/azure_firewall_nat_rule.rb
Overview
Properties of a NAT rule.
Instance Attribute Summary collapse
-
#description ⇒ String
Description of the rule.
-
#destination_addresses ⇒ Array<String>
Supports IP ranges, prefixes, and service tags.
-
#destination_ports ⇒ Array<String>
List of destination ports.
-
#name ⇒ String
Name of the NAT rule.
-
#protocols ⇒ Array<AzureFirewallNetworkRuleProtocol>
AzureFirewallNetworkRuleProtocols applicable to this NAT rule.
-
#source_addresses ⇒ Array<String>
List of source IP addresses for this rule.
-
#source_ip_groups ⇒ Array<String>
List of source IpGroups for this rule.
-
#translated_address ⇒ String
The translated address for this NAT rule.
-
#translated_fqdn ⇒ String
The translated FQDN for this NAT rule.
-
#translated_port ⇒ String
The translated port for this NAT rule.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for AzureFirewallNatRule class as Ruby Hash.
Instance Attribute Details
#description ⇒ String
Returns Description of the rule.
19 20 21 |
# File 'lib/2019-09-01/generated/azure_mgmt_network/models/azure_firewall_nat_rule.rb', line 19 def description @description end |
#destination_addresses ⇒ Array<String>
Supports IP ranges, prefixes, and service tags.
26 27 28 |
# File 'lib/2019-09-01/generated/azure_mgmt_network/models/azure_firewall_nat_rule.rb', line 26 def destination_addresses @destination_addresses end |
#destination_ports ⇒ Array<String>
Returns List of destination ports.
29 30 31 |
# File 'lib/2019-09-01/generated/azure_mgmt_network/models/azure_firewall_nat_rule.rb', line 29 def destination_ports @destination_ports end |
#name ⇒ String
Returns Name of the NAT rule.
16 17 18 |
# File 'lib/2019-09-01/generated/azure_mgmt_network/models/azure_firewall_nat_rule.rb', line 16 def name @name end |
#protocols ⇒ Array<AzureFirewallNetworkRuleProtocol>
AzureFirewallNetworkRuleProtocols applicable to this NAT rule.
33 34 35 |
# File 'lib/2019-09-01/generated/azure_mgmt_network/models/azure_firewall_nat_rule.rb', line 33 def protocols @protocols end |
#source_addresses ⇒ Array<String>
Returns List of source IP addresses for this rule.
22 23 24 |
# File 'lib/2019-09-01/generated/azure_mgmt_network/models/azure_firewall_nat_rule.rb', line 22 def source_addresses @source_addresses end |
#source_ip_groups ⇒ Array<String>
Returns List of source IpGroups for this rule.
45 46 47 |
# File 'lib/2019-09-01/generated/azure_mgmt_network/models/azure_firewall_nat_rule.rb', line 45 def source_ip_groups @source_ip_groups end |
#translated_address ⇒ String
Returns The translated address for this NAT rule.
36 37 38 |
# File 'lib/2019-09-01/generated/azure_mgmt_network/models/azure_firewall_nat_rule.rb', line 36 def translated_address @translated_address end |
#translated_fqdn ⇒ String
Returns The translated FQDN for this NAT rule.
42 43 44 |
# File 'lib/2019-09-01/generated/azure_mgmt_network/models/azure_firewall_nat_rule.rb', line 42 def translated_fqdn @translated_fqdn end |
#translated_port ⇒ String
Returns The translated port for this NAT rule.
39 40 41 |
# File 'lib/2019-09-01/generated/azure_mgmt_network/models/azure_firewall_nat_rule.rb', line 39 def translated_port @translated_port end |
Class Method Details
.mapper ⇒ Object
Mapper for AzureFirewallNatRule class as Ruby Hash. This will be used for serialization/deserialization.
52 53 54 55 56 57 58 59 60 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 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 |
# File 'lib/2019-09-01/generated/azure_mgmt_network/models/azure_firewall_nat_rule.rb', line 52 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'AzureFirewallNatRule', type: { name: 'Composite', class_name: 'AzureFirewallNatRule', model_properties: { name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, description: { client_side_validation: true, required: false, serialized_name: 'description', type: { name: 'String' } }, source_addresses: { client_side_validation: true, required: false, serialized_name: 'sourceAddresses', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, destination_addresses: { client_side_validation: true, required: false, serialized_name: 'destinationAddresses', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, destination_ports: { client_side_validation: true, required: false, serialized_name: 'destinationPorts', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, protocols: { client_side_validation: true, required: false, serialized_name: 'protocols', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'AzureFirewallNetworkRuleProtocolElementType', type: { name: 'String' } } } }, translated_address: { client_side_validation: true, required: false, serialized_name: 'translatedAddress', type: { name: 'String' } }, translated_port: { client_side_validation: true, required: false, serialized_name: 'translatedPort', type: { name: 'String' } }, translated_fqdn: { client_side_validation: true, required: false, serialized_name: 'translatedFqdn', type: { name: 'String' } }, source_ip_groups: { client_side_validation: true, required: false, serialized_name: 'sourceIpGroups', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } } } } } end |