Class DNSZone

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class DNSZone
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<DNSZoneBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    DNSZone contains the information about a specific DNS public or private zone.
    See Also:
    Serialized Form
    • Constructor Detail

      • DNSZone

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

        public DNSZone​(String name,
                       String projectID)
    • Method Detail

      • getName

        public String getName()
        Name is the name of the dns-managed zone.
      • setName

        public void setName​(String name)
        Name is the name of the dns-managed zone.
      • getProjectID

        public String getProjectID()
        ProjectID is the project where the zone resides.
      • setProjectID

        public void setProjectID​(String projectID)
        ProjectID is the project where the zone resides.
      • getAdditionalProperties

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

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

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