RecordResponse
- Print
- PDF
RecordResponse
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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
|
applyYn | Boolean | - | Record application status
|
aliasYn | Boolean | - | Record reference status
|
lbPlatform | String | - | Load balancer record platform type
|
lbYn | Boolean | - | Load balancer record reference status
|
delYn | Boolean | - | Load balancer record deletion status
|
Was this article helpful?