Data Object - NetworkProxyConfigurationDetail

Class
VMware.Hv.NetworkProxyConfigurationDetail
Returned by
NetworkProxyConfiguration_Get
See also
SecureString
Since
Horizon 7.3

Data Object Description

Network proxy configuration details.

Data Object Properties

Properties

Name Type Description
networkAutoProxyxsd:boolean

Whether auto-proxy is enabled.
networkProxyHostnamexsd:string

Network proxy host name.
  • This property need not be set.
  • This property is required if networkAutoProxy is set to false.
networkProxyPortxsd:int

Network proxy port.
  • This property need not be set.
  • This property has a minimum value of 1.
  • This property has a maximum value of 65535.
  • This property is required if networkAutoProxy is set to false.
networkProxyUsernamexsd:string

Network proxy user name.
  • This property need not be set.
networkProxyPasswordSecureString

Network proxy password.
  • This property need not be set.