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 BaseDnsZone complex type specifies the properties of a DNS zone. This consists of the properties common to both DnsZone as well as DnsReverseZone complex types that extend the BaseDnZone.
-
<xs:complexType name="BaseDnsZone"> <xs:complexContent mixed="false"> <xs:extension base="ipam:BaseIpamObject"> <xs:sequence> <xs:element minOccurs="0" name="Name" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="RecordId" type="xsd:long" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
RecordId: This specifies the unique identifier for the data in the IPAM data store.
Name: This specifies the name of the DNS zone. The Name MUST NOT be null and MUST NOT exceed 255 characters in length.