Class AutoValue_ContainerInfo


  • @Generated("com.google.auto.value.processor.AutoValueProcessor")
    final class AutoValue_ContainerInfo
    extends ContainerInfo
    • Field Detail

      • id

        private final java.lang.String id
      • created

        private final java.util.Date created
      • path

        private final java.lang.String path
      • args

        private final com.google.common.collect.ImmutableList<java.lang.String> args
      • image

        private final java.lang.String image
      • resolvConfPath

        private final java.lang.String resolvConfPath
      • hostnamePath

        private final java.lang.String hostnamePath
      • hostsPath

        private final java.lang.String hostsPath
      • name

        private final java.lang.String name
      • driver

        private final java.lang.String driver
      • execDriver

        private final java.lang.String execDriver
      • processLabel

        private final java.lang.String processLabel
      • mountLabel

        private final java.lang.String mountLabel
      • volumes

        private final com.google.common.collect.ImmutableMap<java.lang.String,​java.lang.String> volumes
      • volumesRw

        private final com.google.common.collect.ImmutableMap<java.lang.String,​java.lang.Boolean> volumesRw
      • appArmorProfile

        private final java.lang.String appArmorProfile
      • execIds

        private final com.google.common.collect.ImmutableList<java.lang.String> execIds
      • logPath

        private final java.lang.String logPath
      • restartCount

        private final java.lang.Long restartCount
      • mounts

        private final com.google.common.collect.ImmutableList<ContainerMount> mounts
    • Constructor Detail

      • AutoValue_ContainerInfo

        AutoValue_ContainerInfo​(@Nullable
                                java.lang.String id,
                                java.util.Date created,
                                java.lang.String path,
                                com.google.common.collect.ImmutableList<java.lang.String> args,
                                ContainerConfig config,
                                @Nullable
                                HostConfig hostConfig,
                                ContainerState state,
                                java.lang.String image,
                                NetworkSettings networkSettings,
                                java.lang.String resolvConfPath,
                                java.lang.String hostnamePath,
                                java.lang.String hostsPath,
                                java.lang.String name,
                                java.lang.String driver,
                                @Nullable
                                java.lang.String execDriver,
                                java.lang.String processLabel,
                                java.lang.String mountLabel,
                                @Nullable
                                com.google.common.collect.ImmutableMap<java.lang.String,​java.lang.String> volumes,
                                @Nullable
                                com.google.common.collect.ImmutableMap<java.lang.String,​java.lang.Boolean> volumesRw,
                                java.lang.String appArmorProfile,
                                @Nullable
                                com.google.common.collect.ImmutableList<java.lang.String> execIds,
                                java.lang.String logPath,
                                java.lang.Long restartCount,
                                @Nullable
                                com.google.common.collect.ImmutableList<ContainerMount> mounts,
                                @Nullable
                                ContainerInfo.Node node)
    • Method Detail

      • id

        @Nullable
        public java.lang.String id()
        Specified by:
        id in class ContainerInfo
      • args

        public com.google.common.collect.ImmutableList<java.lang.String> args()
        Specified by:
        args in class ContainerInfo
      • volumes

        @Nullable
        @Deprecated
        public com.google.common.collect.ImmutableMap<java.lang.String,​java.lang.String> volumes()
        Deprecated.
        Description copied from class: ContainerInfo
        Volumes returned by execInspect
        Specified by:
        volumes in class ContainerInfo
        Returns:
        A map of volumes where the key is the source path on the local file system, and the key is the target path on the Docker host.
      • volumesRw

        @Nullable
        @Deprecated
        public com.google.common.collect.ImmutableMap<java.lang.String,​java.lang.Boolean> volumesRw()
        Deprecated.
        Description copied from class: ContainerInfo
        Volumes returned by execInspect
        Specified by:
        volumesRw in class ContainerInfo
        Returns:
        A map of volumes where the key is the source path on the local file system, and the key is the target path on the Docker host.
      • execIds

        @Nullable
        public com.google.common.collect.ImmutableList<java.lang.String> execIds()
        Specified by:
        execIds in class ContainerInfo
      • node

        @Nullable
        public ContainerInfo.Node node()
        Description copied from class: ContainerInfo
        This field is an extension defined by the Docker Swarm API, therefore it will only be populated when communicating with a Swarm cluster.
        Specified by:
        node in class ContainerInfo
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object