Class IPPoolSpecAllocations

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class IPPoolSpecAllocations
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<IPPoolSpecAllocationsBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    IPAllocation represents metadata about the pod/container owner of a specific IP
    See Also:
    Serialized Form
    • Constructor Detail

      • IPPoolSpecAllocations

        public IPPoolSpecAllocations()
        No args constructor for use in serialization
      • IPPoolSpecAllocations

        public IPPoolSpecAllocations​(String id,
                                     String ifname,
                                     String podref)
    • Method Detail

      • getId

        public String getId()
        IPAllocation represents metadata about the pod/container owner of a specific IP
      • setId

        public void setId​(String id)
        IPAllocation represents metadata about the pod/container owner of a specific IP
      • getIfname

        public String getIfname()
        IPAllocation represents metadata about the pod/container owner of a specific IP
      • setIfname

        public void setIfname​(String ifname)
        IPAllocation represents metadata about the pod/container owner of a specific IP
      • getPodref

        public String getPodref()
        IPAllocation represents metadata about the pod/container owner of a specific IP
      • setPodref

        public void setPodref​(String podref)
        IPAllocation represents metadata about the pod/container owner of a specific IP
      • getAdditionalProperties

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

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

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