VirtualMachineIpTagResponse

data class VirtualMachineIpTagResponse(val ipTagType: String? = null, val tag: String? = null)

Contains the IP tag associated with the public IP address.

Constructors

Link copied to clipboard
constructor(ipTagType: String? = null, tag: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipTagType: String? = null

IP tag type. Example: FirstPartyUsage.

Link copied to clipboard
val tag: String? = null

IP tag associated with the public IP. Example: SQL, Storage etc.