Class DNSZoneStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.v1.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
-
-
Constructor Summary
Constructors Constructor Description DNSZoneStatus()No args constructor for use in serializationDNSZoneStatus(AWSDNSZoneStatus aws, AzureDNSZoneStatus azure, List<DNSZoneCondition> conditions, GCPDNSZoneStatus gcp, Long lastSyncGeneration, String lastSyncTimestamp, List<String> nameServers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DNSZoneStatusBuilderedit()Map<String,Object>getAdditionalProperties()AWSDNSZoneStatusgetAws()DNSZoneStatus defines the observed state of DNSZoneAzureDNSZoneStatusgetAzure()DNSZoneStatus defines the observed state of DNSZoneList<DNSZoneCondition>getConditions()Conditions includes more detailed status for the DNSZoneGCPDNSZoneStatusgetGcp()DNSZoneStatus defines the observed state of DNSZoneLonggetLastSyncGeneration()LastSyncGeneration is the generation of the zone resource that was last sync'd.StringgetLastSyncTimestamp()DNSZoneStatus defines the observed state of DNSZoneList<String>getNameServers()NameServers is a list of nameservers for this DNS zonevoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetAws(AWSDNSZoneStatus aws)DNSZoneStatus defines the observed state of DNSZonevoidsetAzure(AzureDNSZoneStatus azure)DNSZoneStatus defines the observed state of DNSZonevoidsetConditions(List<DNSZoneCondition> conditions)Conditions includes more detailed status for the DNSZonevoidsetGcp(GCPDNSZoneStatus gcp)DNSZoneStatus defines the observed state of DNSZonevoidsetLastSyncGeneration(Long lastSyncGeneration)LastSyncGeneration is the generation of the zone resource that was last sync'd.voidsetLastSyncTimestamp(String lastSyncTimestamp)DNSZoneStatus defines the observed state of DNSZonevoidsetNameServers(List<String> nameServers)NameServers is a list of nameservers for this DNS zoneDNSZoneStatusBuildertoBuilder()
-
-
-
Constructor Detail
-
DNSZoneStatus
public DNSZoneStatus()
No args constructor for use in serialization
-
DNSZoneStatus
public DNSZoneStatus(AWSDNSZoneStatus aws, AzureDNSZoneStatus azure, List<DNSZoneCondition> conditions, GCPDNSZoneStatus gcp, Long lastSyncGeneration, String lastSyncTimestamp, List<String> nameServers)
-
-
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
-
edit
public DNSZoneStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<DNSZoneStatusBuilder>
-
toBuilder
public DNSZoneStatusBuilder toBuilder()
-
-