LinuxVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressIpTagArgs

data class LinuxVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressIpTagArgs(val tag: Output<String>, val type: Output<String>) : ConvertibleToJava<LinuxVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressIpTagArgs>

Constructors

Functions

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

Properties

Link copied to clipboard
val tag: Output<String>

The IP Tag associated with the Public IP, such as SQL or Storage. Changing this forces a new resource to be created.

Link copied to clipboard
val type: Output<String>

The Type of IP Tag, such as FirstPartyUsage. Changing this forces a new resource to be created.