public final class ExpressRouteLinkMacSecCipher extends com.microsoft.rest.ExpandableStringEnum<ExpressRouteLinkMacSecCipher>
| Modifier and Type | Field and Description |
|---|---|
static ExpressRouteLinkMacSecCipher |
GCM_AES_128
Static value gcm-aes-128 for ExpressRouteLinkMacSecCipher.
|
static ExpressRouteLinkMacSecCipher |
GCM_AES_256
Static value gcm-aes-256 for ExpressRouteLinkMacSecCipher.
|
| Constructor and Description |
|---|
ExpressRouteLinkMacSecCipher() |
| Modifier and Type | Method and Description |
|---|---|
static ExpressRouteLinkMacSecCipher |
fromString(String name)
Creates or finds a ExpressRouteLinkMacSecCipher from its string representation.
|
static Collection<ExpressRouteLinkMacSecCipher> |
values() |
public static final ExpressRouteLinkMacSecCipher GCM_AES_128
public static final ExpressRouteLinkMacSecCipher GCM_AES_256
public static ExpressRouteLinkMacSecCipher fromString(String name)
name - a name to look forpublic static Collection<ExpressRouteLinkMacSecCipher> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/