IkeEncryption Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.network.IkeEncryption

public final class IkeEncryption
extends com.microsoft.rest.ExpandableStringEnum<IkeEncryption>

Defines values for IkeEncryption.

Field Summary

Modifier and Type Field and Description
static final IkeEncryption AES128

Static value AES128 for IkeEncryption.

static final IkeEncryption AES192

Static value AES192 for IkeEncryption.

static final IkeEncryption AES256

Static value AES256 for IkeEncryption.

static final IkeEncryption DES

Static value DES for IkeEncryption.

static final IkeEncryption DES3

Static value DES3 for IkeEncryption.

static final IkeEncryption GCMAES128

Static value GCMAES128 for IkeEncryption.

static final IkeEncryption GCMAES256

Static value GCMAES256 for IkeEncryption.

Constructor Summary

Constructor Description
IkeEncryption()

Method Summary

Modifier and Type Method and Description
static IkeEncryption fromString(String name)

Creates or finds a IkeEncryption from its string representation.

static java.util.Collection<IkeEncryption> values()

Methods inherited from com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

AES128

public static final IkeEncryption AES128

Static value AES128 for IkeEncryption.

AES192

public static final IkeEncryption AES192

Static value AES192 for IkeEncryption.

AES256

public static final IkeEncryption AES256

Static value AES256 for IkeEncryption.

DES

public static final IkeEncryption DES

Static value DES for IkeEncryption.

DES3

public static final IkeEncryption DES3

Static value DES3 for IkeEncryption.

GCMAES128

public static final IkeEncryption GCMAES128

Static value GCMAES128 for IkeEncryption.

GCMAES256

public static final IkeEncryption GCMAES256

Static value GCMAES256 for IkeEncryption.

Constructor Details

IkeEncryption

public IkeEncryption()

Method Details

fromString

public static IkeEncryption fromString(String name)

Creates or finds a IkeEncryption from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding IkeEncryption

values

public static Collection values()

Returns:

known IkeEncryption values

Applies to