Class SecondaryZone
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.dns_svcs.v1.model.SecondaryZone
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class SecondaryZone extends com.ibm.cloud.sdk.core.service.model.GenericModelSecondary zone details.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreatedOn()Gets the createdOn.StringgetDescription()Gets the description.StringgetId()Gets the id.DategetModifiedOn()Gets the modifiedOn.List<String>getTransferFrom()Gets the transferFrom.StringgetZone()Gets the zone.BooleanisEnabled()Gets the enabled.
 
- 
- 
- 
Method Detail- 
getIdpublic String getId() Gets the id. Identifier of the secondary zone.- Returns:
- the id
 
 - 
getDescriptionpublic String getDescription() Gets the description. Descriptive text of the secondary zone.- Returns:
- the description
 
 - 
getZonepublic String getZone() Gets the zone. zone name.- Returns:
- the zone
 
 - 
isEnabledpublic Boolean isEnabled() Gets the enabled. Enable/Disable the secondary zone.- Returns:
- the enabled
 
 - 
getTransferFrompublic List<String> getTransferFrom() Gets the transferFrom. The addresses of DNS servers where the secondary zone data should be transferred from.- Returns:
- the transferFrom
 
 - 
getCreatedOnpublic Date getCreatedOn() Gets the createdOn. The time when a secondary zone is created.- Returns:
- the createdOn
 
 - 
getModifiedOnpublic Date getModifiedOn() Gets the modifiedOn. The recent time when a secondary zone is modified.- Returns:
- the modifiedOn
 
 
- 
 
-