Class IpsecIntegrity
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<IpsecIntegrity>
-
- com.azure.resourcemanager.network.models.IpsecIntegrity
-
public final class IpsecIntegrity extends com.azure.core.util.ExpandableStringEnum<IpsecIntegrity>
Defines values for IpsecIntegrity.
-
-
Field Summary
Fields Modifier and Type Field Description static IpsecIntegrityGCMAES128Static value GCMAES128 for IpsecIntegrity.static IpsecIntegrityGCMAES192Static value GCMAES192 for IpsecIntegrity.static IpsecIntegrityGCMAES256Static value GCMAES256 for IpsecIntegrity.static IpsecIntegrityMD5Static value MD5 for IpsecIntegrity.static IpsecIntegritySHA1Static value SHA1 for IpsecIntegrity.static IpsecIntegritySHA256Static value SHA256 for IpsecIntegrity.
-
Constructor Summary
Constructors Constructor Description IpsecIntegrity()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IpsecIntegrityfromString(String name)Creates or finds a IpsecIntegrity from its string representation.static Collection<IpsecIntegrity>values()
-
-
-
Field Detail
-
MD5
public static final IpsecIntegrity MD5
Static value MD5 for IpsecIntegrity.
-
SHA1
public static final IpsecIntegrity SHA1
Static value SHA1 for IpsecIntegrity.
-
SHA256
public static final IpsecIntegrity SHA256
Static value SHA256 for IpsecIntegrity.
-
GCMAES128
public static final IpsecIntegrity GCMAES128
Static value GCMAES128 for IpsecIntegrity.
-
GCMAES192
public static final IpsecIntegrity GCMAES192
Static value GCMAES192 for IpsecIntegrity.
-
GCMAES256
public static final IpsecIntegrity GCMAES256
Static value GCMAES256 for IpsecIntegrity.
-
-
Method Detail
-
fromString
public static IpsecIntegrity fromString(String name)
Creates or finds a IpsecIntegrity from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding IpsecIntegrity.
-
values
public static Collection<IpsecIntegrity> values()
- Returns:
- known IpsecIntegrity values.
-
-