public final class ExpressRouteLinkMacSecCipher extends com.azure.core.util.ExpandableStringEnum<ExpressRouteLinkMacSecCipher>
| Modifier and Type | Field and Description |
|---|---|
static ExpressRouteLinkMacSecCipher |
GCM_AES_XPN128
Static value GcmAesXpn128 for ExpressRouteLinkMacSecCipher.
|
static ExpressRouteLinkMacSecCipher |
GCM_AES_XPN256
Static value GcmAesXpn256 for ExpressRouteLinkMacSecCipher.
|
static ExpressRouteLinkMacSecCipher |
GCM_AES128
Static value GcmAes128 for ExpressRouteLinkMacSecCipher.
|
static ExpressRouteLinkMacSecCipher |
GCM_AES256
Static value GcmAes256 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_AES256
public static final ExpressRouteLinkMacSecCipher GCM_AES128
public static final ExpressRouteLinkMacSecCipher GCM_AES_XPN128
public static final ExpressRouteLinkMacSecCipher GCM_AES_XPN256
public static ExpressRouteLinkMacSecCipher fromString(String name)
name - a name to look for.public static Collection<ExpressRouteLinkMacSecCipher> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.