Class Filter

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<FilterBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class Filter
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<FilterBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    See Also:
    Serialized Form
    • Method Detail

      • getAdminStateUp

        public Boolean getAdminStateUp()
        Deprecated: adminStateUp is silently ignored. It has no replacement.
      • setAdminStateUp

        public void setAdminStateUp​(Boolean adminStateUp)
        Deprecated: adminStateUp is silently ignored. It has no replacement.
      • getDescription

        public String getDescription()
        description filters networks by description.
      • setDescription

        public void setDescription​(String description)
        description filters networks by description.
      • getId

        public String getId()
        Deprecated: use NetworkParam.uuid instead. Ignored if NetworkParam.uuid is set.
      • setId

        public void setId​(String id)
        Deprecated: use NetworkParam.uuid instead. Ignored if NetworkParam.uuid is set.
      • getLimit

        public Integer getLimit()
        Deprecated: limit is silently ignored. It has no replacement.
      • setLimit

        public void setLimit​(Integer limit)
        Deprecated: limit is silently ignored. It has no replacement.
      • getMarker

        public String getMarker()
        Deprecated: marker is silently ignored. It has no replacement.
      • setMarker

        public void setMarker​(String marker)
        Deprecated: marker is silently ignored. It has no replacement.
      • getName

        public String getName()
        name filters networks by name.
      • setName

        public void setName​(String name)
        name filters networks by name.
      • getNotTags

        public String getNotTags()
        notTags filters by networks which don't match all specified tags. NOT (t1 AND t2...) Multiple tags are comma separated.
      • setNotTags

        public void setNotTags​(String notTags)
        notTags filters by networks which don't match all specified tags. NOT (t1 AND t2...) Multiple tags are comma separated.
      • getNotTagsAny

        public String getNotTagsAny()
        notTagsAny filters by networks which don't match any specified tags. NOT (t1 OR t2...) Multiple tags are comma separated.
      • setNotTagsAny

        public void setNotTagsAny​(String notTagsAny)
        notTagsAny filters by networks which don't match any specified tags. NOT (t1 OR t2...) Multiple tags are comma separated.
      • getProjectId

        public String getProjectId()
        projectId filters networks by project ID.
      • setProjectId

        public void setProjectId​(String projectId)
        projectId filters networks by project ID.
      • getShared

        public Boolean getShared()
        Deprecated: shared is silently ignored. It has no replacement.
      • setShared

        public void setShared​(Boolean shared)
        Deprecated: shared is silently ignored. It has no replacement.
      • getSortDir

        public String getSortDir()
        Deprecated: sortDir is silently ignored. It has no replacement.
      • setSortDir

        public void setSortDir​(String sortDir)
        Deprecated: sortDir is silently ignored. It has no replacement.
      • getSortKey

        public String getSortKey()
        Deprecated: sortKey is silently ignored. It has no replacement.
      • setSortKey

        public void setSortKey​(String sortKey)
        Deprecated: sortKey is silently ignored. It has no replacement.
      • getStatus

        public String getStatus()
        Deprecated: status is silently ignored. It has no replacement.
      • setStatus

        public void setStatus​(String status)
        Deprecated: status is silently ignored. It has no replacement.
      • getTags

        public String getTags()
        tags filters by networks containing all specified tags. Multiple tags are comma separated.
      • setTags

        public void setTags​(String tags)
        tags filters by networks containing all specified tags. Multiple tags are comma separated.
      • getTagsAny

        public String getTagsAny()
        tagsAny filters by networks containing any specified tags. Multiple tags are comma separated.
      • setTagsAny

        public void setTagsAny​(String tagsAny)
        tagsAny filters by networks containing any specified tags. Multiple tags are comma separated.
      • getTenantId

        public String getTenantId()
        tenantId filters networks by tenant ID. Deprecated: use projectId instead. tenantId will be ignored if projectId is set.
      • setTenantId

        public void setTenantId​(String tenantId)
        tenantId filters networks by tenant ID. Deprecated: use projectId instead. tenantId will be ignored if projectId is set.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)