Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteLinkMacSecCipher
Packages that use ExpressRouteLinkMacSecCipher
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ExpressRouteLinkMacSecCipher in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ExpressRouteLinkMacSecCipherModifier and TypeFieldDescriptionstatic final ExpressRouteLinkMacSecCipherExpressRouteLinkMacSecCipher.GCM_AES_XPN128Static value GcmAesXpn128 for ExpressRouteLinkMacSecCipher.static final ExpressRouteLinkMacSecCipherExpressRouteLinkMacSecCipher.GCM_AES_XPN256Static value GcmAesXpn256 for ExpressRouteLinkMacSecCipher.static final ExpressRouteLinkMacSecCipherExpressRouteLinkMacSecCipher.GCM_AES128Static value GcmAes128 for ExpressRouteLinkMacSecCipher.static final ExpressRouteLinkMacSecCipherExpressRouteLinkMacSecCipher.GCM_AES256Static value GcmAes256 for ExpressRouteLinkMacSecCipher.Methods in com.azure.resourcemanager.network.models that return ExpressRouteLinkMacSecCipherModifier and TypeMethodDescriptionExpressRouteLinkMacSecConfig.cipher()Get the cipher property: Mac security cipher.static ExpressRouteLinkMacSecCipherExpressRouteLinkMacSecCipher.fromString(String name) Creates or finds a ExpressRouteLinkMacSecCipher from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ExpressRouteLinkMacSecCipherModifier and TypeMethodDescriptionExpressRouteLinkMacSecCipher.values()Gets known ExpressRouteLinkMacSecCipher values.Methods in com.azure.resourcemanager.network.models with parameters of type ExpressRouteLinkMacSecCipherModifier and TypeMethodDescriptionExpressRouteLinkMacSecConfig.withCipher(ExpressRouteLinkMacSecCipher cipher) Set the cipher property: Mac security cipher.