GetPublicIPResult

data class GetPublicIPResult(val allocationMethod: String, val ddosProtectionMode: String, val ddosProtectionPlanId: String, val domainNameLabel: String, val fqdn: String, val id: String, val idleTimeoutInMinutes: Int, val ipAddress: String, val ipTags: Map<String, String>, val ipVersion: String, val location: String, val name: String, val resourceGroupName: String, val reverseFqdn: String, val sku: String, val tags: Map<String, String>, val zones: List<String>)

A collection of values returned by getPublicIP.

Constructors

Link copied to clipboard
constructor(allocationMethod: String, ddosProtectionMode: String, ddosProtectionPlanId: String, domainNameLabel: String, fqdn: String, id: String, idleTimeoutInMinutes: Int, ipAddress: String, ipTags: Map<String, String>, ipVersion: String, location: String, name: String, resourceGroupName: String, reverseFqdn: String, sku: String, tags: Map<String, String>, zones: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The allocation method for this IP address. Possible values are Static or Dynamic.

Link copied to clipboard

The DDoS protection mode of the public IP.

Link copied to clipboard

The ID of DDoS protection plan associated with the public IP.

Link copied to clipboard

The label for the Domain Name.

Link copied to clipboard

Fully qualified domain name of the A DNS record associated with the public IP. This is the concatenation of the domainNameLabel and the regionalized DNS zone.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Specifies the timeout for the TCP idle connection.

Link copied to clipboard

The IP address value that was allocated.

Link copied to clipboard

A mapping of tags to assigned to the resource.

Link copied to clipboard

The IP version being used, for example IPv4 or IPv6.

Link copied to clipboard

The region that this public ip exists.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The fully qualified domain name that resolves to this public IP address.

Link copied to clipboard
val sku: String

The SKU of the Public IP.

Link copied to clipboard

A mapping of tags to assigned to the resource.

Link copied to clipboard

A list of Availability Zones in which this Public IP is located.