Class LinkedDnszone
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.dns_svcs.v1.model.LinkedDnszone
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class LinkedDnszone extends com.ibm.cloud.sdk.core.service.model.GenericModellinked zone details.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceLinkedDnszone.StateThe state of linked zone.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetApprovalRequiredBefore()Gets the approvalRequiredBefore.DategetCreatedOn()Gets the createdOn.StringgetDescription()Gets the description.StringgetId()Gets the id.StringgetInstanceId()Gets the instanceId.StringgetLabel()Gets the label.LinkedDnszoneLinkedTogetLinkedTo()Gets the linkedTo.DategetModifiedOn()Gets the modifiedOn.StringgetName()Gets the name.StringgetState()Gets the state.
 
- 
- 
- 
Method Detail- 
getIdpublic String getId() Gets the id. Identifier of the linked zone.- Returns:
- the id
 
 - 
getInstanceIdpublic String getInstanceId() Gets the instanceId. Unique identifier of a service instance.- Returns:
- the instanceId
 
 - 
getNamepublic String getName() Gets the name. Name of owner's DNS zone.- Returns:
- the name
 
 - 
getDescriptionpublic String getDescription() Gets the description. Descriptive text of the linked zone.- Returns:
- the description
 
 - 
getLinkedTopublic LinkedDnszoneLinkedTo getLinkedTo() Gets the linkedTo. The owner's instance and zone that the zone is linked to.- Returns:
- the linkedTo
 
 - 
getStatepublic String getState() Gets the state. The state of linked zone.- Returns:
- the state
 
 - 
getLabelpublic String getLabel() Gets the label. The label of linked zone.- Returns:
- the label
 
 - 
getApprovalRequiredBeforepublic Date getApprovalRequiredBefore() Gets the approvalRequiredBefore. The expired time of linked zone with state `approval pending`.- Returns:
- the approvalRequiredBefore
 
 - 
getCreatedOnpublic Date getCreatedOn() Gets the createdOn. The time when the linked zone is created.- Returns:
- the createdOn
 
 - 
getModifiedOnpublic Date getModifiedOn() Gets the modifiedOn. The recent time when the linked zone is modified.- Returns:
- the modifiedOn
 
 
- 
 
-