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 SetSuperscopeActivationStatusParameters allows extended attributes on an IpamOperationWithProgressParameters type (section 2.2.4.286). It creates objects whose OperationId is SetSuperscopeActivationStatus. It associates a list of DhcpSuperscopeV4 objects to the activation status needed to be set on them.
-
<xs:complexType name="SetSuperscopeActivationStatusParameters"> <xs:complexContent mixed="false"> <xs:extension base="ipam:IpamOperationWithProgressParameters"> <xs:sequence> <xs:element minOccurs="0" name="ActivationStatus" type="xsd:boolean" /> <xs:element minOccurs="0" name="Superscopes" nillable="true" type="ipam:ArrayOfDhcpSuperscopeV4" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
ActivationStatus: A Boolean that indicates whether the scopes in the superscope are to be activated (if TRUE) or deactivated (if FALSE).
Superscopes: This is of type ipam:ArrayOfDhcpSuperscopeV4 and indicates the DHCP superscopes on which an activation/deactivation operation is to be performed.