Class NetworkGatewayv6

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class NetworkGatewayv6
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<NetworkGatewayv6Builder>, io.fabric8.kubernetes.api.model.KubernetesResource
    NetworkGatewayv6 represents a gateway, given as a string or as a reference to a Metal3IPPool.
    See Also:
    Serialized Form
    • Constructor Detail

      • NetworkGatewayv6

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

        public NetworkGatewayv6​(String fromIPPool,
                                String string)
    • Method Detail

      • getFromIPPool

        public String getFromIPPool()
        FromIPPool is the name of the IPPool to fetch the gateway from
      • setFromIPPool

        public void setFromIPPool​(String fromIPPool)
        FromIPPool is the name of the IPPool to fetch the gateway from
      • getString

        public String getString()
        String is the gateway given as a string
      • setString

        public void setString​(String string)
        String is the gateway given as a string
      • getAdditionalProperties

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

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

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