Service - NetworkProxyConfiguration
Java Class
com.omnissa.vdi.vlsi.binding.vdi.infrastructure.NetworkProxyConfiguration
See also
Since
Horizon 7.3
Service Description¶
The Network proxy configuration service interface.
Methods
Methods defined in this Service: NetworkProxyConfiguration_Get, NetworkProxyConfiguration_Update
Gets the NetworkProxyConfigurationDetail.
Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_VIEW | Global configuration view privilege is required to retrieve the Network Proxy Configuration. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the NetworkProxyConfiguration used to make the method call. |
Return Value
Type | Description |
---|---|
NetworkProxyConfigurationDetail | The NetworkProxyConfigurationDetail. |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Show WSDL type definition
Updates the NetworkProxyConfigurationDetail using the update map.
Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_MANAGEMENT | Global configuration management privilege is required to modify the Network Proxy Configuration. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the NetworkProxyConfiguration used to make the method call. |
updates | MapEntry[] | The updates to apply. 1 |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Events
Event | Description |
---|---|
VLSI_NETWORK_PROXY_CONFIGURATION_UPDATED | If all members were successfully updated, this will be sent for each updated member in the update map. |
VLSI_NETWORK_PROXY_CONFIGURATION_UPDATE_FAILED | If any member could not be updated. |
Show WSDL type definition
-
This parameter is an update map based on NetworkProxyConfigurationDetail. ↩