RecordResponse

Prev Next

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.

Field Type Required Description
id Long - Record ID
name String - Record name
host String - Host
type String - Record type
content String - Record information
ttl Long - TTL
aliasId Long - Referenced record ID
lbId Long - Referenced load balancer record ID
domainName String - Domain name
createdDate Long - Creation date and time (timestamp)
modifiedDate Long - Modification date and time (timestamp)
defaultYn Boolean - Default record type status
  • true | false
applyYn Boolean - Record application status
  • true | false
aliasYn Boolean - Record reference status
  • true | false
lbPlatform String - Load balancer record platform type
  • VPC | CLASSIC
lbYn Boolean - Load balancer record reference status
  • true | false
delYn Boolean - Load balancer record deletion status
  • true | false