2.2.4.349 RenameSuperscopeParameters
The RenameSuperscopeParameters complex type allows extended attributes on an IpamOperationWithProgressParameters type (section 2.2.4.286). It creates objects whose OperationId is RenameSuperscope and associates them to a DhcpSuperscopeV4 that is to be renamed with the specified name.
-
<xs:complexType name="RenameSuperscopeParameters"> <xs:complexContent mixed="false"> <xs:extension base="ipam:IpamOperationWithProgressParameters"> <xs:sequence> <xs:element minOccurs="0" name="NewName" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="Superscope" nillable="true" type="ipam:DhcpSuperscopeV4" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
NewName: A string that represents the new name for a superscope.
Superscope: A DhcpSuperscopeV4 type (section 2.2.4.166) that identifies the superscope to be renamed.