FrontendIPConfiguration Class

Frontend IP address of the load balancer.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network.v2019_06_01.models._models_py3.SubResource
FrontendIPConfiguration

Constructor

FrontendIPConfiguration(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, etag: typing.Union[str, NoneType] = None, zones: typing.Union[typing.List[str], NoneType] = None, private_ip_address: typing.Union[str, NoneType] = None, private_ip_allocation_method: typing.Union[str, _ForwardRef('IPAllocationMethod'), NoneType] = None, private_ip_address_version: typing.Union[str, _ForwardRef('IPVersion'), NoneType] = None, subnet: typing.Union[_ForwardRef('Subnet'), NoneType] = None, public_ip_address: typing.Union[_ForwardRef('PublicIPAddress'), NoneType] = None, public_ip_prefix: typing.Union[_ForwardRef('SubResource'), NoneType] = None, provisioning_state: typing.Union[str, NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

name
str

The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource.

etag
str

A unique read-only string that changes whenever the resource is updated.

zones
list[str]

A list of availability zones denoting the IP allocated for the resource needs to come from.

private_ip_address
str

The private IP address of the IP configuration.

private_ip_allocation_method
str or IPAllocationMethod

The Private IP allocation method. Possible values include: "Static", "Dynamic".

private_ip_address_version
str or IPVersion

It represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values include: "IPv4", "IPv6".

subnet
Subnet

The reference of the subnet resource.

public_ip_address
PublicIPAddress

The reference of the Public IP resource.

public_ip_prefix
SubResource

The reference of the Public IP Prefix resource.

provisioning_state
str

Gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.

Variables

type
str

Type of the resource.

inbound_nat_rules
list[SubResource]

Read only. Inbound rules URIs that use this frontend IP.

inbound_nat_pools
list[SubResource]

Read only. Inbound pools URIs that use this frontend IP.

outbound_rules
list[SubResource]

Read only. Outbound rules URIs that use this frontend IP.

load_balancing_rules
list[SubResource]

Gets load balancing rules URIs that use this frontend IP.