2.2.4.152 DhcpScopeV4TemplateConfiguration
The DhcpScopeV4TemplateConfiguration complex type is used to edit a collection of DHCP IPv4 scopes. It specifies the properties of the scope that need to be changed for the collection in a multi-select edit operation.
-
<xs:complexType name="DhcpScopeV4TemplateConfiguration"> <xs:complexContent mixed="false"> <xs:extension base="ipam:DhcpScopeTemplateConfiguration"> <xs:sequence> <xs:element minOccurs="0" name="BootpLeaseDuration" type="ser:duration" /> <xs:element minOccurs="0" name="BootpLeaseDurationType" type="ipam:DhcpLeaseDurationType" /> <xs:element minOccurs="0" name="DnsDisableDynamicPtrUpdatesType" type="ipam:DnsDisableDynamicPtrUpdateType" /> <xs:element minOccurs="0" name="DnsNotRequestingClientsUpdateType" type="ipam:DhcpDnsNotRequestingClientsUpdateType" /> <xs:element minOccurs="0" name="LeaseDuration" type="ser:duration" /> <xs:element minOccurs="0" name="LeaseDurationType" type="ipam:DhcpLeaseDurationType" /> <xs:element minOccurs="0" name="PolicyActivationState" type="ipam:PolicyState" /> <xs:element minOccurs="0" name="ServingClientsType" type="ipam:DhcpServingClientsType" /> <xs:element minOccurs="0" name="SubnetDelay" type="xsd:long" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
BootpLeaseDuration: Specifies the lease duration to be used for BOOTP protocol clients. See [RFC2132] for more information on BOOTP clients.
BootpLeaseDurationType: Specifies the lease duration type to be used for the BOOTP protocol clients.
DnsDisableDynamicPtrUpdates: This is an enum of DnsDisableDynamicPtrUpdateType (section 2.2.5.38) that represents whether the DNS resource records are dynamically updated based on lease status.
DnsNotRequestingClientsUpdateType: Specifies the dynamic DNS registration behavior to be used for the scope. This specifies the setting the DHCP server uses for DHCP clients that do not provide any dynamic DNS registration requirements.
LeaseDuration: Specifies the lease duration of the DHCP scope to be used for DHCP clients.
LeaseDurationType: Specifies the type of lease duration specified for the DHCP clients configured on the DHCP scope.
PolicyActivationState: Specifies whether the DHCP policies are enabled for this scope.
ServingClientsType: Specifies the type of clients the DHCP scope on the DHCP server instance is to be used for.
SubnetDelay: Specifies the delay the DHCP server has to use before servicing the DHCP protocol clients.