2.2.5.52 ServerRoleRpcAccess
This simple type is an enumeration that specifies the RPC access status for performing RPC calls for DHCP or DNS server roles.
-
<xs:simpleType name="ServerRoleRpcAccess"> <xs:restriction base="xsd:string"> <xs:enumeration value="NotChecked" /> <xs:enumeration value="NotApplicable" /> <xs:enumeration value="NotFound" /> <xs:enumeration value="Denied" /> <xs:enumeration value="Success" /> </xs:restriction> </xs:simpleType>
The following table describes the various values of this type.
|
Value |
Description |
|---|---|
|
NotChecked |
The RPC server access status is yet to be checked. |
|
NotApplicable |
The RPC server access status is not applicable for the server role type. |
|
NotFound |
The RPC server access status could not be determined. |
|
Denied |
The RPC server access is denied permission. |
|
Success |
The RPC server access is successful. |