IpsecIntegrity Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum - com.
microsoft. azure. management. network. IpsecIntegrity
- com.
- com.
public final class IpsecIntegrity
extends com.microsoft.rest.ExpandableStringEnum<IpsecIntegrity>
Defines values for IpsecIntegrity.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Ipsec |
GCMAES128
Static value GCMAES128 for Ipsec |
static final
Ipsec |
GCMAES192
Static value GCMAES192 for Ipsec |
static final
Ipsec |
GCMAES256
Static value GCMAES256 for Ipsec |
static final
Ipsec |
MD5
Static value MD5 for Ipsec |
static final
Ipsec |
SHA1
Static value SHA1 for Ipsec |
static final
Ipsec |
SHA256
Static value SHA256 for Ipsec |
Constructor Summary
Constructor | Description | |
---|---|---|
IpsecIntegrity() |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Ipsec |
fromString(String name)
Creates or finds a Ipsec |
static
java.util.Collection<Ipsec |
values() |
Methods inherited from com.microsoft.rest.ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
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.
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.
Constructor Details
IpsecIntegrity
public IpsecIntegrity()
Method Details
fromString
public static IpsecIntegrity fromString(String name)
Creates or finds a IpsecIntegrity from its string representation.
Parameters:
Returns:
values
public static Collection
Returns: