Inbound Endpoint IPConfiguration Args
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>)