2.2.4.75 CreateDhcpServerPolicyParameters
The CreateDhcpServerPolicyParameters allows extended attributes on an IpamOperationWithProgressParameters type (section 2.2.4.286). It creates objects whose OperationId is CreateDhcpServerPolicy. It associates a policy of DhcpPolicyV4 types (section 2.2.4.132) to a collection of DhcpServerv4 servers.
-
<xs:complexType name="CreateDhcpServerPolicyParameters"> <xs:complexContent mixed="false"> <xs:extension base="ipam:IpamOperationWithProgressParameters"> <xs:sequence> <xs:element minOccurs="0" name="Policy" nillable="true" type="ipam:DhcpPolicyV4" /> <xs:element minOccurs="0" name="ServerList" nillable="true" type="ipam:ArrayOfDhcpServerV4" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Policy: A DhcpPolicyV4 that represents the policy to be created on DHCP servers.
ServerList: An ArrayOfDhcpServerV4 types (section 2.2.4.31) that represent the DHCP servers on which the policy is created.