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_11_01.models._models_py3.SubResource
FrontendIPConfiguration

Constructor

FrontendIPConfiguration(*, id: typing.Union[str, NoneType] = None, name: 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, **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.

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

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

subnet
Subnet

The reference to the subnet resource.

public_ip_address
PublicIPAddress

The reference to the Public IP resource.

public_ip_prefix
SubResource

The reference to the Public IP Prefix resource.

Variables

etag
str

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

type
str

Type of the resource.

inbound_nat_rules
list[SubResource]

An array of references to inbound rules that use this frontend IP.

inbound_nat_pools
list[SubResource]

An array of references to inbound pools that use this frontend IP.

outbound_rules
list[SubResource]

An array of references to outbound rules that use this frontend IP.

load_balancing_rules
list[SubResource]

An array of references to load balancing rules that use this frontend IP.

provisioning_state
str or ProvisioningState

The provisioning state of the frontend IP configuration resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".