Compartilhar via


ExpressRouteLinkMacSecConfig Class

ExpressRouteLink Mac Security Configuration.

Inheritance
azure.mgmt.network._serialization.Model
ExpressRouteLinkMacSecConfig

Constructor

ExpressRouteLinkMacSecConfig(*, ckn_secret_identifier: str | None = None, cak_secret_identifier: str | None = None, cipher: str | _models.ExpressRouteLinkMacSecCipher | None = None, sci_state: str | _models.ExpressRouteLinkMacSecSciState | None = None, **kwargs: Any)

Keyword-Only Parameters

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".

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".