Class LinkedDnszone

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class LinkedDnszone
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    linked zone details.
    • Method Detail

      • getId

        public String getId()
        Gets the id. Identifier of the linked zone.
        Returns:
        the id
      • getInstanceId

        public String getInstanceId()
        Gets the instanceId. Unique identifier of a service instance.
        Returns:
        the instanceId
      • getName

        public String getName()
        Gets the name. Name of owner's DNS zone.
        Returns:
        the name
      • getDescription

        public String getDescription()
        Gets the description. Descriptive text of the linked zone.
        Returns:
        the description
      • getLinkedTo

        public LinkedDnszoneLinkedTo getLinkedTo()
        Gets the linkedTo. The owner's instance and zone that the zone is linked to.
        Returns:
        the linkedTo
      • getState

        public String getState()
        Gets the state. The state of linked zone.
        Returns:
        the state
      • getLabel

        public String getLabel()
        Gets the label. The label of linked zone.
        Returns:
        the label
      • getApprovalRequiredBefore

        public Date getApprovalRequiredBefore()
        Gets the approvalRequiredBefore. The expired time of linked zone with state `approval pending`.
        Returns:
        the approvalRequiredBefore
      • getCreatedOn

        public Date getCreatedOn()
        Gets the createdOn. The time when the linked zone is created.
        Returns:
        the createdOn
      • getModifiedOn

        public Date getModifiedOn()
        Gets the modifiedOn. The recent time when the linked zone is modified.
        Returns:
        the modifiedOn