CreateDhcpOptions
In this article:
CreateDhcpOptions#
Description#
Запрос на создание набора новых параметров DHCP-сервера.
Request Parameters#
Необходимые параметры#
DhcpConfiguration.n.Key — Параметр DHCP.
Тип: String
Необходимо: Да
Возможные значения:
domain-name
|domain-name-servers
|ntp-servers
|netbios-name-servers
|netbios-node-type
DhcpConfiguration.n.Value.N — Значения параметра DHCP.
Тип: String
Необходимо: Да
Опциональные параметры#
TagSpecification.N — Теги, назначаемые создаваемому ресурсу.
Тип: Список объектов TagSpecification
Необходимо: Нет
Response Elements#
dhcpOptions — Описание параметров DHCP.
Тип: Объект DhcpOptions
requestId — Идентификатор запроса.
Тип: String
Examples#
c2-ec2 CreateDhcpOptions DhcpConfiguration.1.Key domain-name-servers DhcpConfiguration.1.Value.1 AmazonProvidedDNS DhcpConfiguration.1.Value.2 8.8.8.8
c2-ec2 CreateDhcpOptions DhcpConfiguration.1.Key domain-name DhcpConfiguration.1.Value.1 example.com DhcpConfiguration.2.Key domain-name-servers DhcpConfiguration.2.Value.1 10.0.0.60 DhcpConfiguration.2.Value.2 8.8.8.8 DhcpConfiguration.3.Key ntp-servers DhcpConfiguration.3.Value.1 10.0.0.53
c2-ec2 CreateDhcpOptions DhcpConfiguration.1.Key domain-name-servers DhcpConfiguration.1.Value.1 AmazonProvidedDNS \
DhcpConfiguration.1.Value.2 8.8.8.8 TagSpecification.0.ResourceType dhcp-options \
TagSpecification.0.Tag.0.Key "tag_key" TagSpecification.0.Tag.0.Value "tag_value"