RecordResponse
    • PDF

    RecordResponse

    • PDF

    Article summary

    Available in Classic

    This is the record information.

    Syntax

    The syntax is as follows.

    public class RecordResponse { 
    	private Long id;
    	private String name;
    	private String host;
    	private String type;
    	private String content;
    	private Long ttl;
    	private Long aliasId;
    	private Long lbId;
    	private String domainName;
    	private Long createdDate;
    	private Long modifiedDate;
    	private boolean defaultYn;
    	private boolean applyYn;
    	private boolean aliasYn;
    	private String lbPlatform;
    	private boolean lbYn;
    	private boolean delYn;
    }
    
    

    Field

    The following describes the fields.

    FieldTypeRequiredDescription
    idLong-Record ID
    nameString-Record name
    hostString-Host
    typeString-Record type
    contentString-Record information
    ttlLong-TTL
    aliasIdLong-Referenced record ID
    lbIdLong-Referenced load balancer record ID
    domainNameString-Domain name
    createdDateLong-Creation date and time (timestamp)
    modifiedDateLong-Modification date and time (timestamp)
    defaultYnBoolean-Default record type status
    • true | false
    applyYnBoolean-Record application status
    • true | false
    aliasYnBoolean-Record reference status
    • true | false
    lbPlatformString-Load balancer record platform type
    • VPC | CLASSIC
    lbYnBoolean-Load balancer record reference status
    • true | false
    delYnBoolean-Load balancer record deletion status
    • true | false

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.