Class Filter
- java.lang.Object
-
- io.fabric8.openshift.api.model.machine.v1alpha1.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
-
-
Constructor Summary
Constructors Constructor Description Filter()No args constructor for use in serializationFilter(Boolean adminStateUp, String description, String id, Integer limit, String marker, String name, String notTags, String notTagsAny, String projectId, Boolean shared, String sortDir, String sortKey, String status, String tags, String tagsAny, String tenantId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilterBuilderedit()Map<String,Object>getAdditionalProperties()BooleangetAdminStateUp()Deprecated: adminStateUp is silently ignored.StringgetDescription()description filters networks by description.StringgetId()Deprecated: use NetworkParam.uuid instead.IntegergetLimit()Deprecated: limit is silently ignored.StringgetMarker()Deprecated: marker is silently ignored.StringgetName()name filters networks by name.StringgetNotTags()notTags filters by networks which don't match all specified tags.StringgetNotTagsAny()notTagsAny filters by networks which don't match any specified tags.StringgetProjectId()projectId filters networks by project ID.BooleangetShared()Deprecated: shared is silently ignored.StringgetSortDir()Deprecated: sortDir is silently ignored.StringgetSortKey()Deprecated: sortKey is silently ignored.StringgetStatus()Deprecated: status is silently ignored.StringgetTags()tags filters by networks containing all specified tags.StringgetTagsAny()tagsAny filters by networks containing any specified tags.StringgetTenantId()tenantId filters networks by tenant ID.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetAdminStateUp(Boolean adminStateUp)Deprecated: adminStateUp is silently ignored.voidsetDescription(String description)description filters networks by description.voidsetId(String id)Deprecated: use NetworkParam.uuid instead.voidsetLimit(Integer limit)Deprecated: limit is silently ignored.voidsetMarker(String marker)Deprecated: marker is silently ignored.voidsetName(String name)name filters networks by name.voidsetNotTags(String notTags)notTags filters by networks which don't match all specified tags.voidsetNotTagsAny(String notTagsAny)notTagsAny filters by networks which don't match any specified tags.voidsetProjectId(String projectId)projectId filters networks by project ID.voidsetShared(Boolean shared)Deprecated: shared is silently ignored.voidsetSortDir(String sortDir)Deprecated: sortDir is silently ignored.voidsetSortKey(String sortKey)Deprecated: sortKey is silently ignored.voidsetStatus(String status)Deprecated: status is silently ignored.voidsetTags(String tags)tags filters by networks containing all specified tags.voidsetTagsAny(String tagsAny)tagsAny filters by networks containing any specified tags.voidsetTenantId(String tenantId)tenantId filters networks by tenant ID.FilterBuildertoBuilder()
-
-
-
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.
-
edit
public FilterBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<FilterBuilder>
-
toBuilder
public FilterBuilder toBuilder()
-
-