| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static ExpressRouteLinkMacSecCipher |
ExpressRouteLinkMacSecCipher.GCM_AES_128
Static value gcm-aes-128 for ExpressRouteLinkMacSecCipher.
|
static ExpressRouteLinkMacSecCipher |
ExpressRouteLinkMacSecCipher.GCM_AES_256
Static value gcm-aes-256 for ExpressRouteLinkMacSecCipher.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteLinkMacSecCipher |
ExpressRouteLinkMacSecConfig.cipher()
Get mac security cipher.
|
static ExpressRouteLinkMacSecCipher |
ExpressRouteLinkMacSecCipher.fromString(String name)
Creates or finds a ExpressRouteLinkMacSecCipher from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<ExpressRouteLinkMacSecCipher> |
ExpressRouteLinkMacSecCipher.values() |
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteLinkMacSecConfig |
ExpressRouteLinkMacSecConfig.withCipher(ExpressRouteLinkMacSecCipher cipher)
Set mac security cipher.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/