RecordUpdateRequest

Prev Next

Available in Classic

This is the record modification information.

Syntax

The syntax is as follows.

public class RecordUpdateRequest {
    	private Long id;
    	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
id String Required Record ID
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