Class IkeEncryption
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<IkeEncryption>
com.microsoft.azure.management.network.IkeEncryption
Defines values for IkeEncryption.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final IkeEncryptionStatic value AES128 for IkeEncryption.static final IkeEncryptionStatic value AES192 for IkeEncryption.static final IkeEncryptionStatic value AES256 for IkeEncryption.static final IkeEncryptionStatic value DES for IkeEncryption.static final IkeEncryptionStatic value DES3 for IkeEncryption.static final IkeEncryptionStatic value GCMAES128 for IkeEncryption.static final IkeEncryptionStatic value GCMAES256 for IkeEncryption.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic IkeEncryptionfromString(String name) Creates or finds a IkeEncryption from its string representation.static Collection<IkeEncryption>values()Methods inherited from class com.microsoft.rest.ExpandableStringEnumequals, fromString, hashCode, toString, values, withNameValue
- 
Field Details- 
DESStatic value DES for IkeEncryption.
- 
DES3Static value DES3 for IkeEncryption.
- 
AES128Static value AES128 for IkeEncryption.
- 
AES192Static value AES192 for IkeEncryption.
- 
AES256Static value AES256 for IkeEncryption.
- 
GCMAES256Static value GCMAES256 for IkeEncryption.
- 
GCMAES128Static value GCMAES128 for IkeEncryption.
 
- 
- 
Constructor Details- 
IkeEncryptionpublic IkeEncryption()
 
- 
- 
Method Details- 
fromStringCreates or finds a IkeEncryption from its string representation.- Parameters:
- name- a name to look for
- Returns:
- the corresponding IkeEncryption
 
- 
values- Returns:
- known IkeEncryption values
 
 
-