ContainerType Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.batch.protocol.models.ContainerType

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

Defines values for ContainerType.

Field Summary

Modifier and Type Field and Description
static final ContainerType CRI_COMPATIBLE

Static value criCompatible for ContainerType.

static final ContainerType DOCKER_COMPATIBLE

Static value dockerCompatible for ContainerType.

Constructor Summary

Constructor Description
ContainerType()

Method Summary

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

Creates or finds a ContainerType from its string representation.

static Collection<ContainerType> 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

Field Details

CRI_COMPATIBLE

public static final ContainerType CRI_COMPATIBLE

Static value criCompatible for ContainerType.

DOCKER_COMPATIBLE

public static final ContainerType DOCKER_COMPATIBLE

Static value dockerCompatible for ContainerType.

Constructor Details

ContainerType

public ContainerType()

Method Details

fromString

public static ContainerType fromString(String name)

Creates or finds a ContainerType from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding ContainerType

values

public static Collection values()

Returns:

known ContainerType values

Applies to