Interface Recordset

    • Method Detail

      • getId

        String getId()
        Returns:
        id for the recordset
      • getProjectId

        String getProjectId()
        Returns:
        id for the project that owns the resource
      • getName

        String getName()
        Returns:
        DNS Name for the recordset
      • getTTL

        String getTTL()
        Returns:
        TTL (Time to Live) for the recordset.
      • getStatus

        Status getStatus()
        Returns:
        status of the resource
      • getAction

        Action getAction()
        Returns:
        current action in progress on the resource
      • getZoneId

        String getZoneId()
        Returns:
        id for the zone that contains this recordset
      • getZoneName

        String getZoneName()
        Returns:
        name of the zone that contains this recordset
      • getDescription

        String getDescription()
        Returns:
        description for this recordset
      • getType

        String getType()
        Returns:
        RRTYPE of the recordset
      • getVersion

        Integer getVersion()
        Returns:
        version of the resource
      • getCreatedAt

        String getCreatedAt()
        Returns:
        date / time when resource was created
      • getUpdatedAt

        String getUpdatedAt()
        Returns:
        date / time when resource was last updated
      • getLinks

        Map<String,​String> getLinks()
        Returns:
        links to the resource, and other related resources.
      • getRecords

        List<String> getRecords()
        Returns:
        list of data for this recordset. Each item will be a separate record in Designate.