WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddress

data class WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddress(val domainNameLabel: String? = null, val idleTimeoutInMinutes: Int? = null, val ipTags: List<WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressIpTag>? = null, val name: String, val publicIpPrefixId: String? = null, val version: String? = null)

Constructors

constructor(domainNameLabel: String? = null, idleTimeoutInMinutes: Int? = null, ipTags: List<WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressIpTag>? = null, name: String, publicIpPrefixId: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val domainNameLabel: String? = null

The Prefix which should be used for the Domain Name Label for each Virtual Machine Instance. Azure concatenates the Domain Name Label and Virtual Machine Index to create a unique Domain Name Label for each Virtual Machine.

Link copied to clipboard

The Idle Timeout in Minutes for the Public IP Address. Possible values are in the range 4 to 32.

Link copied to clipboard

One or more ip_tag blocks as defined above. Changing this forces a new resource to be created.

Link copied to clipboard

The Name of the Public IP Address Configuration.

Link copied to clipboard

The ID of the Public IP Address Prefix from where Public IP Addresses should be allocated. Changing this forces a new resource to be created.

Link copied to clipboard
val version: String? = null

The Internet Protocol Version which should be used for this public IP address. Possible values are IPv4 and IPv6. Defaults to IPv4. Changing this forces a new resource to be created.