Class ForZone

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ForZone
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ForZoneBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ForZone provides information about which zones should consume this endpoint.
    See Also:
    Serialized Form
    • Constructor Detail

      • ForZone

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

        public ForZone​(String name)
    • Method Detail

      • getName

        public String getName()
        name represents the name of the zone.
      • setName

        public void setName​(String name)
        name represents the name of the zone.
      • getAdditionalProperties

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

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

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