public class ExpressRouteLinkMacSecConfig extends Object
| Constructor and Description |
|---|
ExpressRouteLinkMacSecConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
cakSecretIdentifier()
Get keyvault Secret Identifier URL containing Mac security CAK key.
|
ExpressRouteLinkMacSecCipher |
cipher()
Get mac security cipher.
|
String |
cknSecretIdentifier()
Get keyvault Secret Identifier URL containing Mac security CKN key.
|
ExpressRouteLinkMacSecConfig |
withCakSecretIdentifier(String cakSecretIdentifier)
Set keyvault Secret Identifier URL containing Mac security CAK key.
|
ExpressRouteLinkMacSecConfig |
withCipher(ExpressRouteLinkMacSecCipher cipher)
Set mac security cipher.
|
ExpressRouteLinkMacSecConfig |
withCknSecretIdentifier(String cknSecretIdentifier)
Set keyvault Secret Identifier URL containing Mac security CKN key.
|
public String cknSecretIdentifier()
public ExpressRouteLinkMacSecConfig withCknSecretIdentifier(String cknSecretIdentifier)
cknSecretIdentifier - the cknSecretIdentifier value to setpublic String cakSecretIdentifier()
public ExpressRouteLinkMacSecConfig withCakSecretIdentifier(String cakSecretIdentifier)
cakSecretIdentifier - the cakSecretIdentifier value to setpublic ExpressRouteLinkMacSecCipher cipher()
public ExpressRouteLinkMacSecConfig withCipher(ExpressRouteLinkMacSecCipher cipher)
cipher - the cipher value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/