Express Route Link Mac Sec Config Args
data class ExpressRouteLinkMacSecConfigArgs(val cakSecretIdentifier: Output<String>? = null, val cipher: Output<Either<String, ExpressRouteLinkMacSecCipher>>? = null, val cknSecretIdentifier: Output<String>? = null, val sciState: Output<Either<String, ExpressRouteLinkMacSecSciState>>? = null) : ConvertibleToJava<ExpressRouteLinkMacSecConfigArgs>
ExpressRouteLink Mac Security Configuration.
Constructors
Link copied to clipboard
constructor(cakSecretIdentifier: Output<String>? = null, cipher: Output<Either<String, ExpressRouteLinkMacSecCipher>>? = null, cknSecretIdentifier: Output<String>? = null, sciState: Output<Either<String, ExpressRouteLinkMacSecSciState>>? = null)