Uses of Class
com.microsoft.azure.management.network.ExpressRouteLinkMacSecCipher
Packages that use ExpressRouteLinkMacSecCipher
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ExpressRouteLinkMacSecCipher in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as ExpressRouteLinkMacSecCipherModifier and TypeFieldDescriptionstatic final ExpressRouteLinkMacSecCipherExpressRouteLinkMacSecCipher.GCM_AES_128Static value gcm-aes-128 for ExpressRouteLinkMacSecCipher.static final ExpressRouteLinkMacSecCipherExpressRouteLinkMacSecCipher.GCM_AES_256Static value gcm-aes-256 for ExpressRouteLinkMacSecCipher.Methods in com.microsoft.azure.management.network that return ExpressRouteLinkMacSecCipherModifier and TypeMethodDescriptionExpressRouteLinkMacSecConfig.cipher()Get mac security cipher.static ExpressRouteLinkMacSecCipherExpressRouteLinkMacSecCipher.fromString(String name) Creates or finds a ExpressRouteLinkMacSecCipher from its string representation.Methods in com.microsoft.azure.management.network that return types with arguments of type ExpressRouteLinkMacSecCipherMethods in com.microsoft.azure.management.network with parameters of type ExpressRouteLinkMacSecCipherModifier and TypeMethodDescriptionExpressRouteLinkMacSecConfig.withCipher(ExpressRouteLinkMacSecCipher cipher) Set mac security cipher.