IpsecEncryption Class

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

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

Defines values for IpsecEncryption.

Field Summary

Modifier and Type Field and Description
static final IpsecEncryption AES128

Static value AES128 for IpsecEncryption.

static final IpsecEncryption AES192

Static value AES192 for IpsecEncryption.

static final IpsecEncryption AES256

Static value AES256 for IpsecEncryption.

static final IpsecEncryption DES

Static value DES for IpsecEncryption.

static final IpsecEncryption DES3

Static value DES3 for IpsecEncryption.

static final IpsecEncryption GCMAES128

Static value GCMAES128 for IpsecEncryption.

static final IpsecEncryption GCMAES192

Static value GCMAES192 for IpsecEncryption.

static final IpsecEncryption GCMAES256

Static value GCMAES256 for IpsecEncryption.

static final IpsecEncryption NONE

Static value None for IpsecEncryption.

Constructor Summary

Constructor Description
IpsecEncryption()

Method Summary

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

Creates or finds a IpsecEncryption from its string representation.

static java.util.Collection<IpsecEncryption> 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 IpsecEncryption AES128

Static value AES128 for IpsecEncryption.

AES192

public static final IpsecEncryption AES192

Static value AES192 for IpsecEncryption.

AES256

public static final IpsecEncryption AES256

Static value AES256 for IpsecEncryption.

DES

public static final IpsecEncryption DES

Static value DES for IpsecEncryption.

DES3

public static final IpsecEncryption DES3

Static value DES3 for IpsecEncryption.

GCMAES128

public static final IpsecEncryption GCMAES128

Static value GCMAES128 for IpsecEncryption.

GCMAES192

public static final IpsecEncryption GCMAES192

Static value GCMAES192 for IpsecEncryption.

GCMAES256

public static final IpsecEncryption GCMAES256

Static value GCMAES256 for IpsecEncryption.

NONE

public static final IpsecEncryption NONE

Static value None for IpsecEncryption.

Constructor Details

IpsecEncryption

public IpsecEncryption()

Method Details

fromString

public static IpsecEncryption fromString(String name)

Creates or finds a IpsecEncryption from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding IpsecEncryption

values

public static Collection values()

Returns:

known IpsecEncryption values

Applies to