Class SubnetFilter

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

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

      • getCidr

        public String getCidr()
        cidr filters subnets by CIDR.
      • setCidr

        public void setCidr​(String cidr)
        cidr filters subnets by CIDR.
      • getDescription

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

        public void setDescription​(String description)
        description filters subnets by description.
      • getEnableDhcp

        public Boolean getEnableDhcp()
        Deprecated: enableDhcp is silently ignored. It has no replacement.
      • setEnableDhcp

        public void setEnableDhcp​(Boolean enableDhcp)
        Deprecated: enableDhcp is silently ignored. It has no replacement.
      • getGatewayIp

        public String getGatewayIp()
        gateway_ip filters subnets by gateway IP.
      • setGatewayIp

        public void setGatewayIp​(String gatewayIp)
        gateway_ip filters subnets by gateway IP.
      • getId

        public String getId()
        id is the uuid of a specific subnet to use. If specified, id will not be validated. Instead server creation will fail with an appropriate error.
      • setId

        public void setId​(String id)
        id is the uuid of a specific subnet to use. If specified, id will not be validated. Instead server creation will fail with an appropriate error.
      • getIpVersion

        public Integer getIpVersion()
        ipVersion filters subnets by IP version.
      • setIpVersion

        public void setIpVersion​(Integer ipVersion)
        ipVersion filters subnets by IP version.
      • getIpv6AddressMode

        public String getIpv6AddressMode()
        ipv6AddressMode filters subnets by IPv6 address mode.
      • setIpv6AddressMode

        public void setIpv6AddressMode​(String ipv6AddressMode)
        ipv6AddressMode filters subnets by IPv6 address mode.
      • getIpv6RaMode

        public String getIpv6RaMode()
        ipv6RaMode filters subnets by IPv6 router adversiement mode.
      • setIpv6RaMode

        public void setIpv6RaMode​(String ipv6RaMode)
        ipv6RaMode filters subnets by IPv6 router adversiement mode.
      • 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 subnets by name.
      • setName

        public void setName​(String name)
        name filters subnets by name.
      • getNetworkId

        public String getNetworkId()
        Deprecated: networkId is silently ignored. Set uuid on the containing network definition instead.
      • setNetworkId

        public void setNetworkId​(String networkId)
        Deprecated: networkId is silently ignored. Set uuid on the containing network definition instead.
      • getNotTags

        public String getNotTags()
        notTags filters by subnets 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 subnets which don't match all specified tags. NOT (t1 AND t2...) Multiple tags are comma separated.
      • getNotTagsAny

        public String getNotTagsAny()
        notTagsAny filters by subnets 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 subnets which don't match any specified tags. NOT (t1 OR t2...) Multiple tags are comma separated.
      • getProjectId

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

        public void setProjectId​(String projectId)
        projectId filters subnets by project ID.
      • 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.
      • getSubnetpoolId

        public String getSubnetpoolId()
        subnetpoolId filters subnets by subnet pool ID. Deprecated: subnetpoolId is silently ignored.
      • setSubnetpoolId

        public void setSubnetpoolId​(String subnetpoolId)
        subnetpoolId filters subnets by subnet pool ID. Deprecated: subnetpoolId is silently ignored.
      • getTags

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

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

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

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

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

        public void setTenantId​(String tenantId)
        tenantId filters subnets 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)