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 ExpressRouteLinkMacSecCipher
ExpressRouteLinkMacSecCipher.GCM_AES_128
Static value gcm-aes-128 for ExpressRouteLinkMacSecCipher.static final ExpressRouteLinkMacSecCipher
ExpressRouteLinkMacSecCipher.GCM_AES_256
Static value gcm-aes-256 for ExpressRouteLinkMacSecCipher.Methods in com.microsoft.azure.management.network that return ExpressRouteLinkMacSecCipherModifier and TypeMethodDescriptionExpressRouteLinkMacSecConfig.cipher()
Get mac security cipher.static ExpressRouteLinkMacSecCipher
ExpressRouteLinkMacSecCipher.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.