NetworkInterfaceIPConfiguration Class
IPConfiguration in a network interface.
- Inheritance
-
azure.mgmt.network.v2015_06_15.models._models_py3.SubResourceNetworkInterfaceIPConfiguration
Constructor
NetworkInterfaceIPConfiguration(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, etag: typing.Union[str, NoneType] = None, load_balancer_backend_address_pools: typing.Union[typing.List[_ForwardRef('BackendAddressPool')], NoneType] = None, load_balancer_inbound_nat_rules: typing.Union[typing.List[_ForwardRef('InboundNatRule')], NoneType] = None, private_ip_address: typing.Union[str, NoneType] = None, private_ip_allocation_method: typing.Union[str, _ForwardRef('IPAllocationMethod'), NoneType] = None, subnet: typing.Union[_ForwardRef('Subnet'), NoneType] = None, primary: typing.Union[bool, NoneType] = None, public_ip_address: typing.Union[_ForwardRef('PublicIPAddress'), NoneType] = None, provisioning_state: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- id
- str
Resource Identifier.
- name
- str
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- load_balancer_backend_address_pools
- list[BackendAddressPool]
The reference of LoadBalancerBackendAddressPool resource.
- load_balancer_inbound_nat_rules
- list[InboundNatRule]
A list of references of LoadBalancerInboundNatRules.
- private_ip_address
- str
- private_ip_allocation_method
- str or IPAllocationMethod
Defines how a private IP address is assigned. Possible values are: 'Static' and 'Dynamic'. Possible values include: "Static", "Dynamic".
- subnet
- Subnet
Subnet in a virtual network resource.
- primary
- bool
Gets whether this is a primary customer address on the network interface.
- public_ip_address
- PublicIPAddress
Public IP address resource.
- provisioning_state
- str
Feedback
Submit and view feedback for