Class: Azure::Network::Mgmt::V2019_06_01::Models::NatGateway
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-06-01/generated/azure_mgmt_network/models/nat_gateway.rb
Overview
Nat Gateway resource.
Instance Attribute Summary collapse
-
#etag ⇒ String
resource is updated.
-
#idle_timeout_in_minutes ⇒ Integer
The idle timeout of the nat gateway.
-
#provisioning_state ⇒ String
Possible values are: ‘Updating’, ‘Deleting’, and ‘Failed’.
-
#public_ip_addresses ⇒ Array<SubResource>
with the nat gateway resource.
-
#public_ip_prefixes ⇒ Array<SubResource>
with the nat gateway resource.
-
#resource_guid ⇒ String
resource.
-
#sku ⇒ NatGatewaySku
The nat gateway SKU.
-
#subnets ⇒ Array<SubResource>
using this nat gateway resource.
-
#zones ⇒ Array<String>
in which Nat Gateway should be deployed.
Attributes inherited from Resource
#id, #location, #name, #tags, #type
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for NatGateway class as Ruby Hash.
Methods inherited from Resource
Instance Attribute Details
#etag ⇒ String
resource is updated.
47 48 49 |
# File 'lib/2019-06-01/generated/azure_mgmt_network/models/nat_gateway.rb', line 47 def etag @etag end |
#idle_timeout_in_minutes ⇒ Integer
Returns The idle timeout of the nat gateway.
19 20 21 |
# File 'lib/2019-06-01/generated/azure_mgmt_network/models/nat_gateway.rb', line 19 def idle_timeout_in_minutes @idle_timeout_in_minutes end |
#provisioning_state ⇒ String
Possible values are: ‘Updating’, ‘Deleting’, and ‘Failed’.
39 40 41 |
# File 'lib/2019-06-01/generated/azure_mgmt_network/models/nat_gateway.rb', line 39 def provisioning_state @provisioning_state end |
#public_ip_addresses ⇒ Array<SubResource>
with the nat gateway resource.
23 24 25 |
# File 'lib/2019-06-01/generated/azure_mgmt_network/models/nat_gateway.rb', line 23 def public_ip_addresses @public_ip_addresses end |
#public_ip_prefixes ⇒ Array<SubResource>
with the nat gateway resource.
27 28 29 |
# File 'lib/2019-06-01/generated/azure_mgmt_network/models/nat_gateway.rb', line 27 def public_ip_prefixes @public_ip_prefixes end |
#resource_guid ⇒ String
resource.
35 36 37 |
# File 'lib/2019-06-01/generated/azure_mgmt_network/models/nat_gateway.rb', line 35 def resource_guid @resource_guid end |
#sku ⇒ NatGatewaySku
Returns The nat gateway SKU.
16 17 18 |
# File 'lib/2019-06-01/generated/azure_mgmt_network/models/nat_gateway.rb', line 16 def sku @sku end |
#subnets ⇒ Array<SubResource>
using this nat gateway resource.
31 32 33 |
# File 'lib/2019-06-01/generated/azure_mgmt_network/models/nat_gateway.rb', line 31 def subnets @subnets end |
#zones ⇒ Array<String>
in which Nat Gateway should be deployed.
43 44 45 |
# File 'lib/2019-06-01/generated/azure_mgmt_network/models/nat_gateway.rb', line 43 def zones @zones end |
Class Method Details
.mapper ⇒ Object
Mapper for NatGateway class as Ruby Hash. This will be used for serialization/deserialization.
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 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 |
# File 'lib/2019-06-01/generated/azure_mgmt_network/models/nat_gateway.rb', line 54 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'NatGateway', type: { name: 'Composite', class_name: 'NatGateway', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, location: { client_side_validation: true, required: false, serialized_name: 'location', type: { name: 'String' } }, tags: { client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, sku: { client_side_validation: true, required: false, serialized_name: 'sku', type: { name: 'Composite', class_name: 'NatGatewaySku' } }, idle_timeout_in_minutes: { client_side_validation: true, required: false, serialized_name: 'properties.idleTimeoutInMinutes', type: { name: 'Number' } }, public_ip_addresses: { client_side_validation: true, required: false, serialized_name: 'properties.publicIpAddresses', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'SubResourceElementType', type: { name: 'Composite', class_name: 'SubResource' } } } }, public_ip_prefixes: { client_side_validation: true, required: false, serialized_name: 'properties.publicIpPrefixes', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'SubResourceElementType', type: { name: 'Composite', class_name: 'SubResource' } } } }, subnets: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.subnets', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'SubResourceElementType', type: { name: 'Composite', class_name: 'SubResource' } } } }, resource_guid: { client_side_validation: true, required: false, serialized_name: 'properties.resourceGuid', type: { name: 'String' } }, provisioning_state: { client_side_validation: true, required: false, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, zones: { client_side_validation: true, required: false, serialized_name: 'zones', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, etag: { client_side_validation: true, required: false, serialized_name: 'etag', type: { name: 'String' } } } } } end |