Class DNSZoneStatus

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class DNSZoneStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<DNSZoneStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    DNSZoneStatus defines the observed state of DNSZone
    See Also:
    Serialized Form
    • Method Detail

      • getAws

        public AWSDNSZoneStatus getAws()
        DNSZoneStatus defines the observed state of DNSZone
      • setAws

        public void setAws​(AWSDNSZoneStatus aws)
        DNSZoneStatus defines the observed state of DNSZone
      • getAzure

        public AzureDNSZoneStatus getAzure()
        DNSZoneStatus defines the observed state of DNSZone
      • setAzure

        public void setAzure​(AzureDNSZoneStatus azure)
        DNSZoneStatus defines the observed state of DNSZone
      • getConditions

        public List<DNSZoneCondition> getConditions()
        Conditions includes more detailed status for the DNSZone
      • setConditions

        public void setConditions​(List<DNSZoneCondition> conditions)
        Conditions includes more detailed status for the DNSZone
      • getGcp

        public GCPDNSZoneStatus getGcp()
        DNSZoneStatus defines the observed state of DNSZone
      • setGcp

        public void setGcp​(GCPDNSZoneStatus gcp)
        DNSZoneStatus defines the observed state of DNSZone
      • getLastSyncGeneration

        public Long getLastSyncGeneration()
        LastSyncGeneration is the generation of the zone resource that was last sync'd. This is used to know if the Object has changed and we should sync immediately.
      • setLastSyncGeneration

        public void setLastSyncGeneration​(Long lastSyncGeneration)
        LastSyncGeneration is the generation of the zone resource that was last sync'd. This is used to know if the Object has changed and we should sync immediately.
      • getLastSyncTimestamp

        public String getLastSyncTimestamp()
        DNSZoneStatus defines the observed state of DNSZone
      • setLastSyncTimestamp

        public void setLastSyncTimestamp​(String lastSyncTimestamp)
        DNSZoneStatus defines the observed state of DNSZone
      • getNameServers

        public List<String> getNameServers()
        NameServers is a list of nameservers for this DNS zone
      • setNameServers

        public void setNameServers​(List<String> nameServers)
        NameServers is a list of nameservers for this DNS zone
      • getAdditionalProperties

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

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

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