DisassociateVpcFromHostedZone
In this article:
DisassociateVpcFromHostedZone#
Description#
Запрос на удаление связи виртуального частного облака с частной зоной DNS.
Если частная зона DNS связана только с одним виртуальным частным облаком, то связь удалить нельзя.
Request Parameters#
Required parameters#
Id — The DNS zone ID.
Type: String
Required: Yes
VPC — Информация о виртуальном частном облаке, связь которого с зоной DNS удаляется.
Type: VPC object
Required: Yes
Optional parameters#
Comment — Комментарий к запросу на удаление связи.
Type: String
Required: No
Length constraints: from 0 to 255 characters
Response Elements#
ChangeInfo — Information about changes in the DNS zone.
Type: ChangeInfo object
Examples#
c2-route53 DisassociateVpcFromHostedZone Id z-xxxxxxxx VPC.VPCId vpc-xxxxxxxx VPC.VPCRegion ru-msk
c2-route53 DisassociateVpcFromHostedZone Id z-xxxxxxxx VPC.VPCId vpc-xxxxxxxx VPC.VPCRegion ru-msk Comment "disassociate vpc from my first hosted zone."