Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteLinkMacSecCipher
-
Packages that use ExpressRouteLinkMacSecCipher Package Description com.azure.resourcemanager.network.models 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 ExpressRouteLinkMacSecCipher Modifier and Type Field Description static ExpressRouteLinkMacSecCipherExpressRouteLinkMacSecCipher. GCM_AES_XPN128Static value GcmAesXpn128 for ExpressRouteLinkMacSecCipher.static ExpressRouteLinkMacSecCipherExpressRouteLinkMacSecCipher. GCM_AES_XPN256Static value GcmAesXpn256 for ExpressRouteLinkMacSecCipher.static ExpressRouteLinkMacSecCipherExpressRouteLinkMacSecCipher. GCM_AES128Static value GcmAes128 for ExpressRouteLinkMacSecCipher.static ExpressRouteLinkMacSecCipherExpressRouteLinkMacSecCipher. GCM_AES256Static value GcmAes256 for ExpressRouteLinkMacSecCipher.Methods in com.azure.resourcemanager.network.models that return ExpressRouteLinkMacSecCipher Modifier and Type Method Description ExpressRouteLinkMacSecCipherExpressRouteLinkMacSecConfig. 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 ExpressRouteLinkMacSecCipher Modifier and Type Method Description static Collection<ExpressRouteLinkMacSecCipher>ExpressRouteLinkMacSecCipher. values()Methods in com.azure.resourcemanager.network.models with parameters of type ExpressRouteLinkMacSecCipher Modifier and Type Method Description ExpressRouteLinkMacSecConfigExpressRouteLinkMacSecConfig. withCipher(ExpressRouteLinkMacSecCipher cipher)Set the cipher property: Mac security cipher.
-