VirtualMachineIpTagArgs

data class VirtualMachineIpTagArgs(val ipTagType: Output<String>? = null, val tag: Output<String>? = null) : ConvertibleToJava<VirtualMachineIpTagArgs>

Contains the IP tag associated with the public IP address.

Constructors

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

Properties

Link copied to clipboard
val ipTagType: Output<String>? = null

IP tag type. Example: FirstPartyUsage.

Link copied to clipboard
val tag: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): VirtualMachineIpTagArgs