2.2.5.66 ipam1:DnsZoneStatus

The ipam1:DnsZoneStatus simple type SHOULD<71> be an enumeration that specifies the state of the DNS zone.

 <xs:simpleType name="DnsZoneStatus">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="None" />
     <xs:enumeration value="Running" />
     <xs:enumeration value="Paused" />
     <xs:enumeration value="Shutdown" />
   </xs:restriction>
 </xs:simpleType> 

The following table describes the values of this type.

Value

Description

None

Unspecified or an invalid value.

Running

The DNS zone is running.

Paused

The DNS zone is paused.

Shutdown

The DNS zone has been shut down.