public final class ExpressRouteLinkMacSecCipher extends com.azure.core.util.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 for.public static Collection<ExpressRouteLinkMacSecCipher> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.