IpConfigurationResponsePublicIPAddressConfiguration

data class IpConfigurationResponsePublicIPAddressConfiguration(val ipTags: List<IpTagResponse>? = null, val name: String, val publicIPAddressVersion: String? = null)

The public IP address configuration of the network interface.

Constructors

constructor(ipTags: List<IpTagResponse>? = null, name: String, publicIPAddressVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipTags: List<IpTagResponse>? = null

Specifies the list of IP tags associated with the public IP address.

Link copied to clipboard

Name of the network interface.

Link copied to clipboard

Specifies whether the IP configuration's public IP is IPv4 or IPv6. Default is IPv4.