Class FixedIPs

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

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

      • FixedIPs

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

        public FixedIPs​(String ipAddress,
                        String subnetID)
    • Method Detail

      • getIpAddress

        public String getIpAddress()
        ipAddress is a specific IP address to use in the given subnet. Port creation will fail if the address is not available. If not specified, an available IP from the given subnet will be selected automatically.
      • setIpAddress

        public void setIpAddress​(String ipAddress)
        ipAddress is a specific IP address to use in the given subnet. Port creation will fail if the address is not available. If not specified, an available IP from the given subnet will be selected automatically.
      • getSubnetID

        public String getSubnetID()
        subnetID specifies the ID of the subnet where the fixed IP will be allocated.
      • setSubnetID

        public void setSubnetID​(String subnetID)
        subnetID specifies the ID of the subnet where the fixed IP will be allocated.
      • getAdditionalProperties

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

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

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