RecordCreateRequest
- Print
- PDF
RecordCreateRequest
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic
This is the record creation information.
Syntax
The syntax is as follows.
public class RecordCreateRequest {
private String host;
private String type;
private String content;
private Long ttl;
private Long aliasId;
private Long lbId;
}
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
host | String | Required | Host |
type | String | Required | Record type |
content | String | Required | Record information |
ttl | Long | Required | TTL |
aliasId | Long | Optional | Referenced record ID |
lbId | Long | Optional | Referenced load balancer record ID |
Was this article helpful?