ExpressRouteLinkMacSecConfig Class

Definition of ExpressRouteLink Mac Security configuration.

Constructor

ExpressRouteLinkMacSecConfig(*args: Any, **kwargs: Any)

Variables

Name Description
ckn_secret_identifier
str

Keyvault Secret Identifier URL containing Mac security CKN key.

cak_secret_identifier
str

Keyvault Secret Identifier URL containing Mac security CAK key.

cipher

Mac security cipher. Known values are: "GcmAes256", "GcmAes128", "GcmAesXpn128", and "GcmAesXpn256".

sci_state

Sci mode enabled/disabled. Known values are: "Disabled" and "Enabled".

Attributes

cak_secret_identifier

Keyvault Secret Identifier URL containing Mac security CAK key.

cak_secret_identifier: str | None

cipher

"GcmAes256", "GcmAes128", "GcmAesXpn128", and "GcmAesXpn256".

cipher: str | _models.ExpressRouteLinkMacSecCipher | None

ckn_secret_identifier

Keyvault Secret Identifier URL containing Mac security CKN key.

ckn_secret_identifier: str | None

sci_state

"Disabled" and "Enabled".

sci_state: str | _models.ExpressRouteLinkMacSecSciState | None