GetServiceNatIpConfiguration

data class GetServiceNatIpConfiguration(val name: String, val primary: Boolean, val privateIpAddress: String, val privateIpAddressVersion: String, val subnetId: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the private link service.

Link copied to clipboard

Value that indicates if the IP configuration is the primary configuration or not.

Link copied to clipboard

The private IP address of the NAT IP configuration.

Link copied to clipboard

The version of the IP Protocol.

Link copied to clipboard

The ID of the subnet to be used by the service.