Class IpsecIntegrity
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<IpsecIntegrity>
com.microsoft.azure.management.network.IpsecIntegrity
Defines values for IpsecIntegrity.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final IpsecIntegrity
Static value GCMAES128 for IpsecIntegrity.static final IpsecIntegrity
Static value GCMAES192 for IpsecIntegrity.static final IpsecIntegrity
Static value GCMAES256 for IpsecIntegrity.static final IpsecIntegrity
Static value MD5 for IpsecIntegrity.static final IpsecIntegrity
Static value SHA1 for IpsecIntegrity.static final IpsecIntegrity
Static value SHA256 for IpsecIntegrity. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IpsecIntegrity
fromString
(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
-