InboundEndpointIPConfigurationArgs

data class InboundEndpointIPConfigurationArgs(val privateIpAddress: Output<String>? = null, val privateIpAllocationMethod: Output<Either<String, IPAllocationMethod>>? = null, val subnet: Output<SubResourceArgs>) : ConvertibleToJava<InboundEndpointIPConfigurationArgs>

IP configuration.

Constructors

Link copied to clipboard
constructor(privateIpAddress: Output<String>? = null, privateIpAllocationMethod: Output<Either<String, IPAllocationMethod>>? = null, subnet: Output<SubResourceArgs>)

Properties

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

Private IP address of the IP configuration.

Link copied to clipboard

Private IP address allocation method.

Link copied to clipboard
val subnet: Output<SubResourceArgs>

The reference to the subnet bound to the IP configuration.

Functions

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