NetworkInterfaceIPConfigurationPropertiesFormat Class
Properties of IP configuration.
Constructor
NetworkInterfaceIPConfigurationPropertiesFormat(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
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 /<prefix-length>. |
|
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: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
|
private_link_connection_properties
|
PrivateLinkConnection properties for the network interface. |
Attributes
application_gateway_backend_address_pools
The reference to ApplicationGatewayBackendAddressPool resource.
application_gateway_backend_address_pools: list['_models.ApplicationGatewayBackendAddressPool'] | None
application_security_groups
Application security groups in which the IP configuration is included.
application_security_groups: list['_models.ApplicationSecurityGroup'] | None
gateway_load_balancer
The reference to gateway load balancer frontend IP.
gateway_load_balancer: _models.SubResource | None
load_balancer_backend_address_pools
The reference to LoadBalancerBackendAddressPool resource.
load_balancer_backend_address_pools: list['_models.BackendAddressPool'] | None
load_balancer_inbound_nat_rules
A list of references of LoadBalancerInboundNatRules.
load_balancer_inbound_nat_rules: list['_models.InboundNatRule'] | None
primary
Whether this is a primary customer address on the network interface.
primary: bool | None
private_ip_address
Private IP address of the IP configuration. It can be a single IP address or a CIDR block in the format
/<prefix-length>.private_ip_address: str | None
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_address_prefix_length: int | None
private_ip_address_version
Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. Known values are: "IPv4" and "IPv6".
private_ip_address_version: str | _models.IPVersion | None
private_ip_allocation_method
"Static" and "Dynamic".
private_ip_allocation_method: str | _models.IPAllocationMethod | None
private_link_connection_properties
PrivateLinkConnection properties for the network interface.
private_link_connection_properties: _models.NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties | None
provisioning_state
"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".
provisioning_state: str | _models.ProvisioningState | None
public_ip_address
Public IP address bound to the IP configuration.
public_ip_address: _models.PublicIPAddress | None
subnet
Subnet bound to the IP configuration.
subnet: _models.Subnet | None
virtual_network_taps
The reference to Virtual Network Taps.
virtual_network_taps: list['_models.VirtualNetworkTap'] | None