ResolverInboundEndpointIpConfigurationsArgs

data class ResolverInboundEndpointIpConfigurationsArgs(val privateIpAddress: Output<String>? = null, val privateIpAllocationMethod: Output<String>? = null, val subnetId: Output<String>) : ConvertibleToJava<ResolverInboundEndpointIpConfigurationsArgs>

Constructors

constructor(privateIpAddress: Output<String>? = null, privateIpAllocationMethod: Output<String>? = null, subnetId: Output<String>)

Properties

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

Private IP address of the IP configuration.

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

Private IP address allocation method. Allowed value is Dynamic and Static. Defaults to Dynamic.

Link copied to clipboard
val subnetId: Output<String>

The subnet ID of the IP configuration.

Functions

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