Class Dnszone

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

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

      • getId

        public String getId()
        Gets the id. Unique identifier of a DNS zone.
        Returns:
        the id
      • getCreatedOn

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

        public Date getModifiedOn()
        Gets the modifiedOn. The recent time when a DNS zone is modified.
        Returns:
        the modifiedOn
      • 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 the DNS zone. Must be a fully qualified domain name.
        Returns:
        the name
      • getDescription

        public String getDescription()
        Gets the description. The text describing the purpose of a DNS zone.
        Returns:
        the description
      • getState

        public String getState()
        Gets the state. State of DNS zone.
        Returns:
        the state
      • getLabel

        public String getLabel()
        Gets the label. The label of a DNS zone.
        Returns:
        the label