Network Properties Args
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)