Class GetContainerResult


  • public final class GetContainerResult
    extends java.lang.Object
    • Method Detail

      • acls

        public java.util.List<GetContainerAcl> acls()
        Returns:
        The list of ACLs assigned to a container. The `read` structure is described below.
      • consumers

        public java.util.List<GetContainerConsumer> consumers()
        Returns:
        The list of the container consumers. The structure is described below.
      • containerRef

        public java.lang.String containerRef()
        Returns:
        The container reference / where to find the container.
      • createdAt

        public java.lang.String createdAt()
        Returns:
        The date the container ACL was created.
      • creatorId

        public java.lang.String creatorId()
        Returns:
        The creator of the container.
      • id

        public java.lang.String id()
        Returns:
        The provider-assigned unique ID for this managed resource.
      • name

        public java.util.Optional<java.lang.String> name()
        Returns:
        The name of the consumer.
      • region

        public java.util.Optional<java.lang.String> region()
        Returns:
        See Argument Reference above.
      • secretRefs

        public java.util.List<GetContainerSecretRef> secretRefs()
        Returns:
        A set of dictionaries containing references to secrets. The structure is described below.
      • status

        public java.lang.String status()
        Returns:
        The status of the container.
      • type

        public java.lang.String type()
        Returns:
        The container type.
      • updatedAt

        public java.lang.String updatedAt()
        Returns:
        The date the container ACL was last updated.