2.2.5.102 SuperscopeOperations
The SuperscopeOperations simple type is an enumeration that specifies the operation to be performed on a superscope entity.
-
<xs:simpleType name="SuperscopeOperations"> <xs:restriction base="xsd:string"> <xs:enumeration value="AddScopes" /> <xs:enumeration value="RemoveScopes" /> <xs:enumeration value="DeleteSuperscope" /> <xs:enumeration value="AddFailover" /> <xs:enumeration value="RemoveFailover" /> <xs:enumeration value="RenameSuperscope" /> </xs:restriction> </xs:simpleType>
The following table describes the various values of this type.
|
Value |
Description |
|---|---|
|
AddScopes |
One or more scopes need to be added to the superscope. |
|
RemoveScopes |
One or more scopes need to be removed from the superscope. |
|
DeleteSuperscope |
The superscope needs to be deleted. |
|
AddFailover |
Failover configuration needs to be applied to the scopes in the superscope, if not already configured. |
|
RemoveFailover |
Failover configuration needs to be removed from the scopes of the superscope, if already configured. |
|
RenameSuperscope |
The superscope needs to be renamed. |