Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteLinkMacSecConfig
Packages that use ExpressRouteLinkMacSecConfig
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ExpressRouteLinkMacSecConfig in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRouteLinkMacSecConfigModifier and TypeMethodDescriptionExpressRouteLinkInner.macSecConfig()Get the macSecConfig property: MacSec configuration.ExpressRouteLinkPropertiesFormat.macSecConfig()Get the macSecConfig property: MacSec configuration.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ExpressRouteLinkMacSecConfigModifier and TypeMethodDescriptionExpressRouteLinkInner.withMacSecConfig(ExpressRouteLinkMacSecConfig macSecConfig) Set the macSecConfig property: MacSec configuration.ExpressRouteLinkPropertiesFormat.withMacSecConfig(ExpressRouteLinkMacSecConfig macSecConfig) Set the macSecConfig property: MacSec configuration. -
Uses of ExpressRouteLinkMacSecConfig in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ExpressRouteLinkMacSecConfigModifier and TypeClassDescriptionfinal classDefinition of ExpressRouteLink Mac Security configuration.Methods in com.azure.resourcemanager.network.models that return ExpressRouteLinkMacSecConfigModifier and TypeMethodDescriptionstatic ExpressRouteLinkMacSecConfigExpressRouteLinkMacSecConfig.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRouteLinkMacSecConfig from the JsonReader.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.