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
fun GetPublicIPResult(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>)