PublicIPAddress Class

Public IP address resource.

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

Inheritance
azure.mgmt.network.v2020_05_01.models._models_py3.Resource
PublicIPAddress

Constructor

PublicIPAddress(*, 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('PublicIPAddressSku'), NoneType] = None, zones: typing.Union[typing.List[str], NoneType] = None, public_ip_allocation_method: typing.Union[str, _ForwardRef('IPAllocationMethod'), NoneType] = None, public_ip_address_version: typing.Union[str, _ForwardRef('IPVersion'), NoneType] = None, dns_settings: typing.Union[_ForwardRef('PublicIPAddressDnsSettings'), NoneType] = None, ddos_settings: typing.Union[_ForwardRef('DdosSettings'), NoneType] = None, ip_tags: typing.Union[typing.List[_ForwardRef('IpTag')], NoneType] = None, ip_address: typing.Union[str, NoneType] = None, public_ip_prefix: typing.Union[_ForwardRef('SubResource'), NoneType] = None, idle_timeout_in_minutes: typing.Union[int, NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

location
str

Resource location.

tags
dict[str, str]

A set of tags. Resource tags.

sku
PublicIPAddressSku

The public IP address SKU.

zones
list[str]

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

public_ip_allocation_method
str or IPAllocationMethod

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

public_ip_address_version
str or IPVersion

The public IP address version. Possible values include: "IPv4", "IPv6".

dns_settings
PublicIPAddressDnsSettings

The FQDN of the DNS record associated with the public IP address.

ddos_settings
DdosSettings

The DDoS protection custom policy associated with the public IP address.

ip_tags
list[IpTag]

The list of tags associated with the public IP address.

ip_address
str

The IP address associated with the public IP address resource.

public_ip_prefix
SubResource

The Public IP Prefix this Public IP Address should be allocated from.

idle_timeout_in_minutes
int

The idle timeout of the public IP address.

Variables

name
str

Resource name.

type
str

Resource type.

etag
str

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

ip_configuration
IPConfiguration

The IP configuration associated with the public IP address.

resource_guid
str

The resource GUID property of the public IP address resource.

provisioning_state
str or ProvisioningState

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