Documentation Index

Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt

Use this file to discover all available pages before exploring further.

DomainCreateRequest

Prev Next

Available in Classic

This is the domain creation information.

Syntax

The syntax is as follows.

public class DomainCreateRequest { 
	private String name;
	private String comments;
}

Field

The following describes the fields.

Field Type Required Description
name String Required Domain name
comments Boolean Optional Domain description
  • true | false