PublicIPPrefix Class
Public IP prefix resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2018_11_01.models._models_py3.ResourcePublicIPPrefix
Constructor
PublicIPPrefix(*, id: typing.Union[str, NoneType] = None, location: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, sku: typing.Union[_ForwardRef('PublicIPPrefixSku'), NoneType] = None, etag: typing.Union[str, NoneType] = None, zones: typing.Union[typing.List[str], NoneType] = None, public_ip_address_version: typing.Union[str, _ForwardRef('IPVersion'), NoneType] = None, ip_tags: typing.Union[typing.List[_ForwardRef('IpTag')], NoneType] = None, prefix_length: typing.Union[int, NoneType] = None, ip_prefix: typing.Union[str, NoneType] = None, public_ip_addresses: typing.Union[typing.List[_ForwardRef('ReferencedPublicIpAddress')], NoneType] = None, resource_guid: typing.Union[str, NoneType] = None, provisioning_state: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- location
- str
Resource location.
The public IP prefix SKU.
- 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.
The public IP address version. Possible values are: 'IPv4' and 'IPv6'. Possible values include: "IPv4", "IPv6".
- prefix_length
- int
The Length of the Public IP Prefix.
- ip_prefix
- str
The allocated Prefix.
- public_ip_addresses
- list[ReferencedPublicIpAddress]
The list of all referenced PublicIPAddresses.
- resource_guid
- str
The resource GUID property of the public IP prefix resource.
- provisioning_state
- str
The provisioning state of the Public IP prefix resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
Variables
- name
- str
Resource name.
- type
- str
Resource type.
- load_balancer_frontend_ip_configuration
- SubResource
The reference to load balancer frontend IP configuration associated with the public IP prefix.
Feedback
Submit and view feedback for