ScaleSetNetworkProfileIpConfigurationPublicIpAddressConfigurationArgs

data class ScaleSetNetworkProfileIpConfigurationPublicIpAddressConfigurationArgs(val domainNameLabel: Output<String>, val idleTimeout: Output<Int>, val name: Output<String>) : ConvertibleToJava<ScaleSetNetworkProfileIpConfigurationPublicIpAddressConfigurationArgs>

Constructors

constructor(domainNameLabel: Output<String>, idleTimeout: Output<Int>, name: Output<String>)

Properties

Link copied to clipboard
val domainNameLabel: Output<String>

The domain name label for the DNS settings.

Link copied to clipboard
val idleTimeout: Output<Int>

The idle timeout in minutes. This value must be between 4 and 30.

Link copied to clipboard
val name: Output<String>

The name of the public IP address configuration

Functions

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