你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExpressRouteLinkMacSecConfig Class

ExpressRouteLink Mac Security Configuration.

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