ExpressRouteLinkMacSecCipher Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. ExpressRouteLinkMacSecCipher
- com.
- com.
public final class ExpressRouteLinkMacSecCipher
extends ExpandableStringEnum<ExpressRouteLinkMacSecCipher>
Mac security cipher.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Express |
GCM_AES128
Static value Gcm |
static final
Express |
GCM_AES256
Static value Gcm |
static final
Express |
GCM_AES_XPN128
Static value Gcm |
static final
Express |
GCM_AES_XPN256
Static value Gcm |
Constructor Summary
Constructor | Description |
---|---|
ExpressRouteLinkMacSecCipher() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Express |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Express |
fromString(String name)
Creates or finds a Express |
static
Collection<Express |
values()
Gets known Express |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
GCM_AES128
public static final ExpressRouteLinkMacSecCipher GCM_AES128
Static value GcmAes128 for ExpressRouteLinkMacSecCipher.
GCM_AES256
public static final ExpressRouteLinkMacSecCipher GCM_AES256
Static value GcmAes256 for ExpressRouteLinkMacSecCipher.
GCM_AES_XPN128
public static final ExpressRouteLinkMacSecCipher GCM_AES_XPN128
Static value GcmAesXpn128 for ExpressRouteLinkMacSecCipher.
GCM_AES_XPN256
public static final ExpressRouteLinkMacSecCipher GCM_AES_XPN256
Static value GcmAesXpn256 for ExpressRouteLinkMacSecCipher.
Constructor Details
ExpressRouteLinkMacSecCipher
@Deprecated
public ExpressRouteLinkMacSecCipher()
Deprecated
Creates a new instance of ExpressRouteLinkMacSecCipher value.
Method Details
fromString
public static ExpressRouteLinkMacSecCipher fromString(String name)
Creates or finds a ExpressRouteLinkMacSecCipher from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ExpressRouteLinkMacSecCipher values.
Returns:
Applies to
Azure SDK for Java