Class: Azure::Network::Mgmt::V2020_03_01::Models::NetworkInterfaceIPConfiguration
- Inherits:
-
SubResource
- Object
- SubResource
- Azure::Network::Mgmt::V2020_03_01::Models::NetworkInterfaceIPConfiguration
- Includes:
- MsRestAzure
- Defined in:
- lib/2020-03-01/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb
Overview
IPConfiguration in a network interface.
Instance Attribute Summary collapse
-
#application_gateway_backend_address_pools ⇒ Array<ApplicationGatewayBackendAddressPool>
ApplicationGatewayBackendAddressPool resource.
-
#application_security_groups ⇒ Array<ApplicationSecurityGroup>
in which the IP configuration is included.
-
#etag ⇒ String
resource is updated.
-
#load_balancer_backend_address_pools ⇒ Array<BackendAddressPool>
LoadBalancerBackendAddressPool resource.
-
#load_balancer_inbound_nat_rules ⇒ Array<InboundNatRule>
LoadBalancerInboundNatRules.
-
#name ⇒ String
resource group.
-
#primary ⇒ Boolean
network interface.
-
#private_ipaddress ⇒ String
Private IP address of the IP configuration.
-
#private_ipaddress_version ⇒ IPVersion
IPv6.
-
#private_ipallocation_method ⇒ IPAllocationMethod
Possible values include: 'Static', 'Dynamic'.
-
#private_link_connection_properties ⇒ Object
- NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties
-
PrivateLinkConnection properties for the network interface.
-
#provisioning_state ⇒ ProvisioningState
interface IP configuration.
-
#public_ipaddress ⇒ PublicIPAddress
configuration.
-
#subnet ⇒ Subnet
Subnet bound to the IP configuration.
-
#virtual_network_taps ⇒ Array<VirtualNetworkTap>
Taps.
Attributes inherited from SubResource
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for NetworkInterfaceIPConfiguration class as Ruby Hash.
Instance Attribute Details
#application_gateway_backend_address_pools ⇒ Array<ApplicationGatewayBackendAddressPool>
ApplicationGatewayBackendAddressPool resource.
21 22 23 |
# File 'lib/2020-03-01/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 21 def application_gateway_backend_address_pools @application_gateway_backend_address_pools end |
#application_security_groups ⇒ Array<ApplicationSecurityGroup>
in which the IP configuration is included.
55 56 57 |
# File 'lib/2020-03-01/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 55 def application_security_groups @application_security_groups end |
#etag ⇒ String
resource is updated.
73 74 75 |
# File 'lib/2020-03-01/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 73 def etag @etag end |
#load_balancer_backend_address_pools ⇒ Array<BackendAddressPool>
LoadBalancerBackendAddressPool resource.
25 26 27 |
# File 'lib/2020-03-01/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 25 def load_balancer_backend_address_pools @load_balancer_backend_address_pools end |
#load_balancer_inbound_nat_rules ⇒ Array<InboundNatRule>
LoadBalancerInboundNatRules.
29 30 31 |
# File 'lib/2020-03-01/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 29 def load_balancer_inbound_nat_rules @load_balancer_inbound_nat_rules end |
#name ⇒ String
resource group. This name can be used to access the resource.
69 70 71 |
# File 'lib/2020-03-01/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 69 def name @name end |
#primary ⇒ Boolean
network interface.
47 48 49 |
# File 'lib/2020-03-01/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 47 def primary @primary end |
#private_ipaddress ⇒ String
Returns Private IP address of the IP configuration.
32 33 34 |
# File 'lib/2020-03-01/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 32 def private_ipaddress @private_ipaddress end |
#private_ipaddress_version ⇒ IPVersion
IPv6. Default is IPv4. Possible values include: 'IPv4', 'IPv6'
40 41 42 |
# File 'lib/2020-03-01/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 40 def private_ipaddress_version @private_ipaddress_version end |
#private_ipallocation_method ⇒ IPAllocationMethod
Possible values include: 'Static', 'Dynamic'
36 37 38 |
# File 'lib/2020-03-01/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 36 def private_ipallocation_method @private_ipallocation_method end |
#private_link_connection_properties ⇒ Object
- NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties
-
PrivateLinkConnection properties for the network interface.
65 66 67 |
# File 'lib/2020-03-01/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 65 def private_link_connection_properties @private_link_connection_properties end |
#provisioning_state ⇒ ProvisioningState
interface IP configuration. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
60 61 62 |
# File 'lib/2020-03-01/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 60 def provisioning_state @provisioning_state end |
#public_ipaddress ⇒ PublicIPAddress
configuration.
51 52 53 |
# File 'lib/2020-03-01/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 51 def public_ipaddress @public_ipaddress end |
#subnet ⇒ Subnet
Returns Subnet bound to the IP configuration.
43 44 45 |
# File 'lib/2020-03-01/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 43 def subnet @subnet end |
#virtual_network_taps ⇒ Array<VirtualNetworkTap>
Taps.
17 18 19 |
# File 'lib/2020-03-01/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 17 def virtual_network_taps @virtual_network_taps end |
Class Method Details
.mapper ⇒ Object
Mapper for NetworkInterfaceIPConfiguration class as Ruby Hash. This will be used for serialization/deserialization.
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 259 260 261 262 263 264 265 266 267 268 269 270 271 |
# File 'lib/2020-03-01/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb', line 80 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'NetworkInterfaceIPConfiguration', type: { name: 'Composite', class_name: 'NetworkInterfaceIPConfiguration', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, virtual_network_taps: { client_side_validation: true, required: false, serialized_name: 'properties.virtualNetworkTaps', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'VirtualNetworkTapElementType', type: { name: 'Composite', class_name: 'VirtualNetworkTap' } } } }, application_gateway_backend_address_pools: { client_side_validation: true, required: false, serialized_name: 'properties.applicationGatewayBackendAddressPools', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayBackendAddressPoolElementType', type: { name: 'Composite', class_name: 'ApplicationGatewayBackendAddressPool' } } } }, load_balancer_backend_address_pools: { client_side_validation: true, required: false, serialized_name: 'properties.loadBalancerBackendAddressPools', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'BackendAddressPoolElementType', type: { name: 'Composite', class_name: 'BackendAddressPool' } } } }, load_balancer_inbound_nat_rules: { client_side_validation: true, required: false, serialized_name: 'properties.loadBalancerInboundNatRules', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'InboundNatRuleElementType', type: { name: 'Composite', class_name: 'InboundNatRule' } } } }, private_ipaddress: { client_side_validation: true, required: false, serialized_name: 'properties.privateIPAddress', type: { name: 'String' } }, private_ipallocation_method: { client_side_validation: true, required: false, serialized_name: 'properties.privateIPAllocationMethod', type: { name: 'String' } }, private_ipaddress_version: { client_side_validation: true, required: false, serialized_name: 'properties.privateIPAddressVersion', type: { name: 'String' } }, subnet: { client_side_validation: true, required: false, serialized_name: 'properties.subnet', type: { name: 'Composite', class_name: 'Subnet' } }, primary: { client_side_validation: true, required: false, serialized_name: 'properties.primary', type: { name: 'Boolean' } }, public_ipaddress: { client_side_validation: true, required: false, serialized_name: 'properties.publicIPAddress', type: { name: 'Composite', class_name: 'PublicIPAddress' } }, application_security_groups: { client_side_validation: true, required: false, serialized_name: 'properties.applicationSecurityGroups', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ApplicationSecurityGroupElementType', type: { name: 'Composite', class_name: 'ApplicationSecurityGroup' } } } }, provisioning_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, private_link_connection_properties: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.privateLinkConnectionProperties', type: { name: 'Composite', class_name: 'NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties' } }, 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' } } } } } end |