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.v2017_08_01.models._models_py3.SubResourceFrontendIPConfiguration
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, subnet: typing.Union[_ForwardRef('Subnet'), NoneType] = None, public_ip_address: typing.Union[_ForwardRef('PublicIPAddress'), 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 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.
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 are: 'Static' and 'Dynamic'. Possible values include: "Static", "Dynamic".
- subnet
- Subnet
The reference of the subnet resource.
- public_ip_address
- PublicIPAddress
The reference of the Public IP resource.
- provisioning_state
- str
Gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
Variables
- 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_nat_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.
Feedback
Submit and view feedback for