Class Dnszone
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.dns_svcs.v1.model.Dnszone
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class Dnszone extends com.ibm.cloud.sdk.core.service.model.GenericModelDNS zone details.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceDnszone.StateState of DNS zone.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreatedOn()Gets the createdOn.StringgetDescription()Gets the description.StringgetId()Gets the id.StringgetInstanceId()Gets the instanceId.StringgetLabel()Gets the label.DategetModifiedOn()Gets the modifiedOn.StringgetName()Gets the name.StringgetState()Gets the state.
 
- 
- 
- 
Method Detail- 
getIdpublic String getId() Gets the id. Unique identifier of a DNS zone.- Returns:
- the id
 
 - 
getCreatedOnpublic Date getCreatedOn() Gets the createdOn. The time when a DNS zone is created.- Returns:
- the createdOn
 
 - 
getModifiedOnpublic Date getModifiedOn() Gets the modifiedOn. The recent time when a DNS zone is modified.- Returns:
- the modifiedOn
 
 - 
getInstanceIdpublic String getInstanceId() Gets the instanceId. Unique identifier of a service instance.- Returns:
- the instanceId
 
 - 
getNamepublic String getName() Gets the name. Name of the DNS zone. Must be a fully qualified domain name.- Returns:
- the name
 
 - 
getDescriptionpublic String getDescription() Gets the description. The text describing the purpose of a DNS zone.- Returns:
- the description
 
 - 
getStatepublic String getState() Gets the state. State of DNS zone.- Returns:
- the state
 
 - 
getLabelpublic String getLabel() Gets the label. The label of a DNS zone.- Returns:
- the label
 
 
- 
 
-