2.2.5.7 CollectionOperations

The CollectionOperations simple type is an enumeration that specifies an operation against each option in actions such as SetOptions and DeleteOptions that take multiple options.

 <xs:simpleType name="CollectionOperations">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="None" />
     <xs:enumeration value="Add" />
     <xs:enumeration value="Set" />
     <xs:enumeration value="Delete" />
     <xs:enumeration value="PartnerAdd" />
     <xs:enumeration value="PartnerSet" />
     <xs:enumeration value="PartnerDelete" />
   </xs:restriction>
 </xs:simpleType>

The following table specifies the valid values for this type.

Value

Description

None

Unspecified or an invalid value.

Add

The add operation has to be performed on the option.

Set

The set operation has to be done on the option.

Delete

The delete operation has to be performed on the option.

PartnerAdd

The add operation has to be performed for the option on the partner DHCP server.

PartnerSet

The set operation has to be performed for the option on the partner DHCP server.

PartnerDelete

The delete operation has to be performed for the option on the partner DHCP server.