Class SecondaryZone

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

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

      • getId

        public String getId()
        Gets the id. Identifier of the secondary zone.
        Returns:
        the id
      • getDescription

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

        public String getZone()
        Gets the zone. zone name.
        Returns:
        the zone
      • isEnabled

        public Boolean isEnabled()
        Gets the enabled. Enable/Disable the secondary zone.
        Returns:
        the enabled
      • getTransferFrom

        public List<String> getTransferFrom()
        Gets the transferFrom. The addresses of DNS servers where the secondary zone data should be transferred from.
        Returns:
        the transferFrom
      • getCreatedOn

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

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