PrivateLinkServiceIpConfigurationArgs

data class PrivateLinkServiceIpConfigurationArgs(val id: Output<String>? = null, val name: Output<String>? = null, val primary: Output<Boolean>? = null, val privateIPAddress: Output<String>? = null, val privateIPAddressVersion: Output<Either<String, IPVersion>>? = null, val privateIPAllocationMethod: Output<Either<String, IPAllocationMethod>>? = null, val subnet: Output<SubnetArgs>? = null) : ConvertibleToJava<PrivateLinkServiceIpConfigurationArgs>

The private link service ip configuration.

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, name: Output<String>? = null, primary: Output<Boolean>? = null, privateIPAddress: Output<String>? = null, privateIPAddressVersion: Output<Either<String, IPVersion>>? = null, privateIPAllocationMethod: Output<Either<String, IPAllocationMethod>>? = null, subnet: Output<SubnetArgs>? = null)

Properties

Link copied to clipboard
val id: Output<String>? = null

Resource ID.

Link copied to clipboard
val name: Output<String>? = null

The name of private link service ip configuration.

Link copied to clipboard
val primary: Output<Boolean>? = null

Whether the ip configuration is primary or not.

Link copied to clipboard
val privateIPAddress: Output<String>? = null

The private IP address of the IP configuration.

Link copied to clipboard
val privateIPAddressVersion: Output<Either<String, IPVersion>>? = null

Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4.

Link copied to clipboard

The private IP address allocation method.

Link copied to clipboard
val subnet: Output<SubnetArgs>? = null

The reference to the subnet resource.

Functions

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