NetworkInterfaceIPConfiguration Class
IPConfiguration in a network interface.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.SubResourceNetworkInterfaceIPConfiguration
Constructor
NetworkInterfaceIPConfiguration(*, id: str | None = None, name: str | None = None, type: str | None = None, gateway_load_balancer: _models.SubResource | None = None, virtual_network_taps: List[_models.VirtualNetworkTap] | None = None, application_gateway_backend_address_pools: List[_models.ApplicationGatewayBackendAddressPool] | None = None, load_balancer_backend_address_pools: List[_models.BackendAddressPool] | None = None, load_balancer_inbound_nat_rules: List[_models.InboundNatRule] | None = None, private_ip_address: str | None = None, private_ip_address_prefix_length: int | None = None, private_ip_allocation_method: str | _models.IPAllocationMethod | None = None, private_ip_address_version: str | _models.IPVersion | None = None, subnet: _models.Subnet | None = None, primary: bool | None = None, public_ip_address: _models.PublicIPAddress | None = None, application_security_groups: List[_models.ApplicationSecurityGroup] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
type
|
Resource type. |
gateway_load_balancer
|
The reference to gateway load balancer frontend IP. |
virtual_network_taps
|
The reference to Virtual Network Taps. |
application_gateway_backend_address_pools
|
The reference to ApplicationGatewayBackendAddressPool resource. |
load_balancer_backend_address_pools
|
The reference to LoadBalancerBackendAddressPool resource. |
load_balancer_inbound_nat_rules
|
A list of references of LoadBalancerInboundNatRules. |
private_ip_address
|
Private IP address of the IP configuration. It can be a single IP
address or a CIDR block in the format |
private_ip_address_prefix_length
|
The private IP address prefix length. If specified and the allocation method is dynamic, the service will allocate a CIDR block instead of a single IP address. |
private_ip_allocation_method
|
The private IP address allocation method. Known values are: "Static" and "Dynamic". |
private_ip_address_version
|
Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. Known values are: "IPv4" and "IPv6". |
subnet
|
Subnet bound to the IP configuration. |
primary
|
Whether this is a primary customer address on the network interface. |
public_ip_address
|
Public IP address bound to the IP configuration. |
application_security_groups
|
Application security groups in which the IP configuration is included. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
type
|
Resource type. |
gateway_load_balancer
|
The reference to gateway load balancer frontend IP. |
virtual_network_taps
|
The reference to Virtual Network Taps. |
application_gateway_backend_address_pools
|
The reference to ApplicationGatewayBackendAddressPool resource. |
load_balancer_backend_address_pools
|
The reference to LoadBalancerBackendAddressPool resource. |
load_balancer_inbound_nat_rules
|
A list of references of LoadBalancerInboundNatRules. |
private_ip_address
|
Private IP address of the IP configuration. It can be a single IP
address or a CIDR block in the format |
private_ip_address_prefix_length
|
The private IP address prefix length. If specified and the allocation method is dynamic, the service will allocate a CIDR block instead of a single IP address. |
private_ip_allocation_method
|
The private IP address allocation method. Known values are: "Static" and "Dynamic". |
private_ip_address_version
|
Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. Known values are: "IPv4" and "IPv6". |
subnet
|
Subnet bound to the IP configuration. |
primary
|
Whether this is a primary customer address on the network interface. |
public_ip_address
|
Public IP address bound to the IP configuration. |
application_security_groups
|
Application security groups in which the IP configuration is included. |
provisioning_state
|
The provisioning state of the network interface IP configuration. Known values are: "Succeeded", "Updating", "Deleting", and "Failed". |
private_link_connection_properties
|
PrivateLinkConnection properties for the network interface. |
Azure SDK for Python