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