Class IpsecEncryption
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<IpsecEncryption>
com.microsoft.azure.management.network.IpsecEncryption
Defines values for IpsecEncryption.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final IpsecEncryption
Static value AES128 for IpsecEncryption.static final IpsecEncryption
Static value AES192 for IpsecEncryption.static final IpsecEncryption
Static value AES256 for IpsecEncryption.static final IpsecEncryption
Static value DES for IpsecEncryption.static final IpsecEncryption
Static value DES3 for IpsecEncryption.static final IpsecEncryption
Static value GCMAES128 for IpsecEncryption.static final IpsecEncryption
Static value GCMAES192 for IpsecEncryption.static final IpsecEncryption
Static value GCMAES256 for IpsecEncryption.static final IpsecEncryption
Static value None for IpsecEncryption. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IpsecEncryption
fromString
(String name) Creates or finds a IpsecEncryption from its string representation.static Collection<IpsecEncryption>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
NONE
Static value None for IpsecEncryption. -
DES
Static value DES for IpsecEncryption. -
DES3
Static value DES3 for IpsecEncryption. -
AES128
Static value AES128 for IpsecEncryption. -
AES192
Static value AES192 for IpsecEncryption. -
AES256
Static value AES256 for IpsecEncryption. -
GCMAES128
Static value GCMAES128 for IpsecEncryption. -
GCMAES192
Static value GCMAES192 for IpsecEncryption. -
GCMAES256
Static value GCMAES256 for IpsecEncryption.
-
-
Constructor Details
-
IpsecEncryption
public IpsecEncryption()
-
-
Method Details
-
fromString
Creates or finds a IpsecEncryption from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding IpsecEncryption
-
values
- Returns:
- known IpsecEncryption values
-