Get Public IPResult
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>)
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
Specifies the timeout for the TCP idle connection.
Link copied to clipboard
Link copied to clipboard
The fully qualified domain name that resolves to this public IP address.