Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The CreateDnsZoneParameters complex type SHOULD<6> specify the DNS zone to be created and the DNS server on which it is created.
-
<xs:complexType name="CreateDnsZoneParameters"> <xs:complexContent mixed="false"> <xs:extension base="ipam:IpamOperationWithProgressParameters"> <xs:sequence> <xs:element minOccurs="0" name="ServerId" type="xsd:long" /> <xs:element minOccurs="0" name="ServerZone" nillable="true" type="ipam:BaseDnsServerZone" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
ServerId: Represents the unique identifier of the DNS server on which the DNS zone is created.
ServerZone: A BaseDnsServerZone (section 2.2.4.62) that represents the DNS zone to be created.