Class ContainerType


  • public final class ContainerType
    extends com.microsoft.rest.ExpandableStringEnum<ContainerType>
    Defines values for ContainerType.
    • Field Detail

      • DOCKER_COMPATIBLE

        public static final ContainerType DOCKER_COMPATIBLE
        Static value dockerCompatible for ContainerType.
      • CRI_COMPATIBLE

        public static final ContainerType CRI_COMPATIBLE
        Static value criCompatible for ContainerType.
    • Constructor Detail

      • ContainerType

        public ContainerType()
    • Method Detail

      • 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