Class IpsecEncryption
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<IpsecEncryption>
-
- com.azure.resourcemanager.network.models.IpsecEncryption
-
public final class IpsecEncryption extends com.azure.core.util.ExpandableStringEnum<IpsecEncryption>
Defines values for IpsecEncryption.
-
-
Field Summary
Fields Modifier and Type Field Description static IpsecEncryptionAES128Static value AES128 for IpsecEncryption.static IpsecEncryptionAES192Static value AES192 for IpsecEncryption.static IpsecEncryptionAES256Static value AES256 for IpsecEncryption.static IpsecEncryptionDESStatic value DES for IpsecEncryption.static IpsecEncryptionDES3Static value DES3 for IpsecEncryption.static IpsecEncryptionGCMAES128Static value GCMAES128 for IpsecEncryption.static IpsecEncryptionGCMAES192Static value GCMAES192 for IpsecEncryption.static IpsecEncryptionGCMAES256Static value GCMAES256 for IpsecEncryption.static IpsecEncryptionNONEStatic value None for IpsecEncryption.
-
Constructor Summary
Constructors Constructor Description IpsecEncryption()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IpsecEncryptionfromString(String name)Creates or finds a IpsecEncryption from its string representation.static Collection<IpsecEncryption>values()
-
-
-
Field Detail
-
NONE
public static final IpsecEncryption NONE
Static value None for IpsecEncryption.
-
DES
public static final IpsecEncryption DES
Static value DES for IpsecEncryption.
-
DES3
public static final IpsecEncryption DES3
Static value DES3 for IpsecEncryption.
-
AES128
public static final IpsecEncryption AES128
Static value AES128 for IpsecEncryption.
-
AES192
public static final IpsecEncryption AES192
Static value AES192 for IpsecEncryption.
-
AES256
public static final IpsecEncryption AES256
Static value AES256 for IpsecEncryption.
-
GCMAES128
public static final IpsecEncryption GCMAES128
Static value GCMAES128 for IpsecEncryption.
-
GCMAES192
public static final IpsecEncryption GCMAES192
Static value GCMAES192 for IpsecEncryption.
-
GCMAES256
public static final IpsecEncryption GCMAES256
Static value GCMAES256 for IpsecEncryption.
-
-
Method Detail
-
fromString
public static IpsecEncryption fromString(String name)
Creates or finds a IpsecEncryption from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding IpsecEncryption.
-
values
public static Collection<IpsecEncryption> values()
- Returns:
- known IpsecEncryption values.
-
-