Class SubnetFilterFluent<A extends SubnetFilterFluent<A>>

    • Constructor Detail

      • SubnetFilterFluent

        public SubnetFilterFluent()
      • SubnetFilterFluent

        public SubnetFilterFluent​(SubnetFilter instance)
    • Method Detail

      • copyInstance

        protected void copyInstance​(SubnetFilter instance)
      • getCidr

        public String getCidr()
      • withCidr

        public A withCidr​(String cidr)
      • hasCidr

        public boolean hasCidr()
      • getDescription

        public String getDescription()
      • withDescription

        public A withDescription​(String description)
      • hasDescription

        public boolean hasDescription()
      • getEnableDhcp

        public Boolean getEnableDhcp()
      • withEnableDhcp

        public A withEnableDhcp​(Boolean enableDhcp)
      • hasEnableDhcp

        public boolean hasEnableDhcp()
      • getGatewayIp

        public String getGatewayIp()
      • withGatewayIp

        public A withGatewayIp​(String gatewayIp)
      • hasGatewayIp

        public boolean hasGatewayIp()
      • getId

        public String getId()
      • withId

        public A withId​(String id)
      • hasId

        public boolean hasId()
      • getIpVersion

        public Integer getIpVersion()
      • withIpVersion

        public A withIpVersion​(Integer ipVersion)
      • hasIpVersion

        public boolean hasIpVersion()
      • getIpv6AddressMode

        public String getIpv6AddressMode()
      • withIpv6AddressMode

        public A withIpv6AddressMode​(String ipv6AddressMode)
      • hasIpv6AddressMode

        public boolean hasIpv6AddressMode()
      • getIpv6RaMode

        public String getIpv6RaMode()
      • withIpv6RaMode

        public A withIpv6RaMode​(String ipv6RaMode)
      • hasIpv6RaMode

        public boolean hasIpv6RaMode()
      • getLimit

        public Integer getLimit()
      • withLimit

        public A withLimit​(Integer limit)
      • hasLimit

        public boolean hasLimit()
      • getMarker

        public String getMarker()
      • withMarker

        public A withMarker​(String marker)
      • hasMarker

        public boolean hasMarker()
      • getName

        public String getName()
      • withName

        public A withName​(String name)
      • hasName

        public boolean hasName()
      • getNetworkId

        public String getNetworkId()
      • withNetworkId

        public A withNetworkId​(String networkId)
      • hasNetworkId

        public boolean hasNetworkId()
      • getNotTags

        public String getNotTags()
      • withNotTags

        public A withNotTags​(String notTags)
      • hasNotTags

        public boolean hasNotTags()
      • getNotTagsAny

        public String getNotTagsAny()
      • withNotTagsAny

        public A withNotTagsAny​(String notTagsAny)
      • hasNotTagsAny

        public boolean hasNotTagsAny()
      • getProjectId

        public String getProjectId()
      • withProjectId

        public A withProjectId​(String projectId)
      • hasProjectId

        public boolean hasProjectId()
      • getSortDir

        public String getSortDir()
      • withSortDir

        public A withSortDir​(String sortDir)
      • hasSortDir

        public boolean hasSortDir()
      • getSortKey

        public String getSortKey()
      • withSortKey

        public A withSortKey​(String sortKey)
      • hasSortKey

        public boolean hasSortKey()
      • getSubnetpoolId

        public String getSubnetpoolId()
      • withSubnetpoolId

        public A withSubnetpoolId​(String subnetpoolId)
      • hasSubnetpoolId

        public boolean hasSubnetpoolId()
      • getTags

        public String getTags()
      • withTags

        public A withTags​(String tags)
      • hasTags

        public boolean hasTags()
      • getTagsAny

        public String getTagsAny()
      • withTagsAny

        public A withTagsAny​(String tagsAny)
      • hasTagsAny

        public boolean hasTagsAny()
      • getTenantId

        public String getTenantId()
      • withTenantId

        public A withTenantId​(String tenantId)
      • hasTenantId

        public boolean hasTenantId()
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • getAdditionalProperties

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

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SubnetFilterFluent<A>>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SubnetFilterFluent<A>>
      • withEnableDhcp

        public A withEnableDhcp()