NetworkPropertiesArgs

data class NetworkPropertiesArgs(val privateLink: Output<Either<String, PrivateLink>>? = null, val resourceProviderConnection: Output<Either<String, ResourceProviderConnection>>? = null) : ConvertibleToJava<NetworkPropertiesArgs>

The network properties.

Constructors

Link copied to clipboard
constructor(privateLink: Output<Either<String, PrivateLink>>? = null, resourceProviderConnection: Output<Either<String, ResourceProviderConnection>>? = null)

Properties

Link copied to clipboard
val privateLink: Output<Either<String, PrivateLink>>? = null

Indicates whether or not private link is enabled.

Link copied to clipboard

The direction for the resource provider connection.

Functions

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