LinkServiceNatIpConfiguration

data class LinkServiceNatIpConfiguration(val name: String, val primary: Boolean, val privateIpAddress: String? = null, val privateIpAddressVersion: String? = null, val subnetId: String)

Constructors

Link copied to clipboard
constructor(name: String, primary: Boolean, privateIpAddress: String? = null, privateIpAddressVersion: String? = null, subnetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the name which should be used for the NAT IP Configuration. Changing this forces a new resource to be created.

Link copied to clipboard

Is this is the Primary IP Configuration? Changing this forces a new resource to be created.

Link copied to clipboard

Specifies a Private Static IP Address for this IP Configuration.

Link copied to clipboard

The version of the IP Protocol which should be used. At this time the only supported value is IPv4. Defaults to IPv4.

Link copied to clipboard

Specifies the ID of the Subnet which should be used for the Private Link Service.