2.2.5.19 DhcpFailoverOperations
The DhcpFailoverOperations simple type is an enumeration that specifies the set of operations that can be performed on a failover relationship between two DHCP servers.
-
<xs:simpleType name="DhcpFailoverOperations"> <xs:restriction base="xsd:string"> <xs:enumeration value="None" /> <xs:enumeration value="FailoverCreate" /> <xs:enumeration value="FailoverUpdate" /> <xs:enumeration value="FailoverAddScopes" /> <xs:enumeration value="FailoverRemoveScopes" /> <xs:enumeration value="FailoverDelete" /> </xs:restriction> </xs:simpleType>
The following table specifies the valid values for this type.
|
Value |
Description |
|---|---|
|
None |
Unspecified or an invalid value. |
|
FailoverCreate |
A new failover relationship has to be created. |
|
FailoverUpdate |
A failover relationship has to be updated with modified configuration parameters. |
|
FailoverAddScopes |
New scopes need to be added to an existing failover relationship. |
|
FailoverRemoveScopes |
Some scopes have to be removed from an existing failover relationship. |
|
FailoverDelete |
A failover relationship has to be deleted. |