public final class ExpressRouteLinkMacSecConfig extends Object
| Constructor and Description |
|---|
ExpressRouteLinkMacSecConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
cakSecretIdentifier()
Get the cakSecretIdentifier property: Keyvault Secret Identifier URL containing Mac security CAK key.
|
ExpressRouteLinkMacSecCipher |
cipher()
Get the cipher property: Mac security cipher.
|
String |
cknSecretIdentifier()
Get the cknSecretIdentifier property: Keyvault Secret Identifier URL containing Mac security CKN key.
|
ExpressRouteLinkMacSecSciState |
sciState()
Get the sciState property: Sci mode enabled/disabled.
|
void |
validate()
Validates the instance.
|
ExpressRouteLinkMacSecConfig |
withCakSecretIdentifier(String cakSecretIdentifier)
Set the cakSecretIdentifier property: Keyvault Secret Identifier URL containing Mac security CAK key.
|
ExpressRouteLinkMacSecConfig |
withCipher(ExpressRouteLinkMacSecCipher cipher)
Set the cipher property: Mac security cipher.
|
ExpressRouteLinkMacSecConfig |
withCknSecretIdentifier(String cknSecretIdentifier)
Set the cknSecretIdentifier property: Keyvault Secret Identifier URL containing Mac security CKN key.
|
ExpressRouteLinkMacSecConfig |
withSciState(ExpressRouteLinkMacSecSciState sciState)
Set the sciState property: Sci mode enabled/disabled.
|
public String cknSecretIdentifier()
public ExpressRouteLinkMacSecConfig withCknSecretIdentifier(String cknSecretIdentifier)
cknSecretIdentifier - the cknSecretIdentifier value to set.public String cakSecretIdentifier()
public ExpressRouteLinkMacSecConfig withCakSecretIdentifier(String cakSecretIdentifier)
cakSecretIdentifier - the cakSecretIdentifier value to set.public ExpressRouteLinkMacSecCipher cipher()
public ExpressRouteLinkMacSecConfig withCipher(ExpressRouteLinkMacSecCipher cipher)
cipher - the cipher value to set.public ExpressRouteLinkMacSecSciState sciState()
public ExpressRouteLinkMacSecConfig withSciState(ExpressRouteLinkMacSecSciState sciState)
sciState - the sciState value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.