2.2.5.40 ScopeOperations

This simple type is an enumeration specifies the set of operations that can be performed on a DHCP scope instance.

 <xs:simpleType name="ScopeOperations">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="None" />
     <xs:enumeration value="ScopeCoreCreate" />
     <xs:enumeration value="ScopeCoreUpdate" />
     <xs:enumeration value="ScopeDnsUpdate" />
     <xs:enumeration value="ScopeStatelessSettingUpdate" />
   </xs:restriction>
 </xs:simpleType>
 The following table specifies the valid values for this type.

Value

Description

None

Unspecified or an invalid value.

ScopeCoreCreate

The core properties of the scope need to be created.

ScopeCoreUpdate

The core properties of the scope need to be updated.

ScopeDnsUpdate

The dynamic DNS registration settings of the scope need to be updated.

ScopeStatelessSettingUpdate

The scope properties relevant for the DHCPv6 stateless client inventory has to be updated.