Class: Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddress
- Inherits:
-
Resource
- Object
- Resource
- Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddress
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-08-01/generated/azure_mgmt_network/models/public_ipaddress.rb
Overview
Public IP address resource.
Instance Attribute Summary collapse
-
#dns_settings ⇒ PublicIPAddressDnsSettings
associated with the public IP address.
-
#etag ⇒ String
resource is updated.
-
#idle_timeout_in_minutes ⇒ Integer
The idle timeout of the public IP address.
-
#ip_address ⇒ String
resource.
-
#ip_configuration ⇒ IPConfiguration
public IP address.
-
#ip_tags ⇒ Array<IpTag>
address.
-
#provisioning_state ⇒ String
Possible values are: 'Updating', 'Deleting', and 'Failed'.
-
#public_ipaddress_version ⇒ IPVersion
'IPv4' and 'IPv6'.
-
#public_ipallocation_method ⇒ IPAllocationMethod
values are: 'Static' and 'Dynamic'.
-
#public_ipprefix ⇒ SubResource
should be allocated from.
-
#resource_guid ⇒ String
The resource GUID property of the public IP resource.
-
#sku ⇒ PublicIPAddressSku
The public IP address SKU.
-
#zones ⇒ Array<String>
allocated for the resource needs to come from.
Attributes inherited from Resource
#id, #location, #name, #tags, #type
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for PublicIPAddress class as Ruby Hash.
Methods inherited from Resource
Instance Attribute Details
#dns_settings ⇒ PublicIPAddressDnsSettings
associated with the public IP address.
33 34 35 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/public_ipaddress.rb', line 33 def dns_settings @dns_settings end |
#etag ⇒ String
resource is updated.
59 60 61 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/public_ipaddress.rb', line 59 def etag @etag end |
#idle_timeout_in_minutes ⇒ Integer
Returns The idle timeout of the public IP address.
48 49 50 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/public_ipaddress.rb', line 48 def idle_timeout_in_minutes @idle_timeout_in_minutes end |
#ip_address ⇒ String
resource.
41 42 43 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/public_ipaddress.rb', line 41 def ip_address @ip_address end |
#ip_configuration ⇒ IPConfiguration
public IP address.
29 30 31 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/public_ipaddress.rb', line 29 def ip_configuration @ip_configuration end |
#ip_tags ⇒ Array<IpTag>
address.
37 38 39 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/public_ipaddress.rb', line 37 def @ip_tags end |
#provisioning_state ⇒ String
Possible values are: 'Updating', 'Deleting', and 'Failed'.
55 56 57 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/public_ipaddress.rb', line 55 def provisioning_state @provisioning_state end |
#public_ipaddress_version ⇒ IPVersion
'IPv4' and 'IPv6'. Possible values include: 'IPv4', 'IPv6'
25 26 27 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/public_ipaddress.rb', line 25 def public_ipaddress_version @public_ipaddress_version end |
#public_ipallocation_method ⇒ IPAllocationMethod
values are: 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic'
21 22 23 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/public_ipaddress.rb', line 21 def public_ipallocation_method @public_ipallocation_method end |
#public_ipprefix ⇒ SubResource
should be allocated from.
45 46 47 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/public_ipaddress.rb', line 45 def public_ipprefix @public_ipprefix end |
#resource_guid ⇒ String
Returns The resource GUID property of the public IP resource.
51 52 53 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/public_ipaddress.rb', line 51 def resource_guid @resource_guid end |
#sku ⇒ PublicIPAddressSku
Returns The public IP address SKU.
16 17 18 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/public_ipaddress.rb', line 16 def sku @sku end |
#zones ⇒ Array<String>
allocated for the resource needs to come from.
63 64 65 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/public_ipaddress.rb', line 63 def zones @zones end |
Class Method Details
.mapper ⇒ Object
Mapper for PublicIPAddress class as Ruby Hash. This will be used for serialization/deserialization.
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 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/public_ipaddress.rb', line 70 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'PublicIPAddress', type: { name: 'Composite', class_name: 'PublicIPAddress', 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: 'PublicIPAddressSku' } }, public_ipallocation_method: { client_side_validation: true, required: false, serialized_name: 'properties.publicIPAllocationMethod', type: { name: 'String' } }, public_ipaddress_version: { client_side_validation: true, required: false, serialized_name: 'properties.publicIPAddressVersion', type: { name: 'String' } }, ip_configuration: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.ipConfiguration', type: { name: 'Composite', class_name: 'IPConfiguration' } }, dns_settings: { client_side_validation: true, required: false, serialized_name: 'properties.dnsSettings', type: { name: 'Composite', class_name: 'PublicIPAddressDnsSettings' } }, ip_tags: { client_side_validation: true, required: false, serialized_name: 'properties.ipTags', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'IpTagElementType', type: { name: 'Composite', class_name: 'IpTag' } } } }, ip_address: { client_side_validation: true, required: false, serialized_name: 'properties.ipAddress', type: { name: 'String' } }, public_ipprefix: { client_side_validation: true, required: false, serialized_name: 'properties.publicIPPrefix', type: { name: 'Composite', class_name: 'SubResource' } }, idle_timeout_in_minutes: { client_side_validation: true, required: false, serialized_name: 'properties.idleTimeoutInMinutes', type: { name: 'Number' } }, 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' } }, etag: { client_side_validation: true, required: false, serialized_name: 'etag', 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' } } } } } } } end |