isilon 1.0.0

Isilon rest api bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# CloudProxyExtended

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**host** | **String** | A host name or network address for connecting to this proxy | [optional] [default to null]
**name** | **String** | A unique friendly name for this proxy configuration | [optional] [default to null]
**password** | **String** | The password to connect to this proxy if required (write-only) | [optional] [default to null]
**port** | **i32** | The port used to connect to this proxy | [optional] [default to null]
**_type** | **String** | The type of connection used to connect to this proxy | [optional] [default to null]
**username** | **String** | The username to connect to this proxy if required | [optional] [default to null]
**id** | **String** | A globally unique ID (guid) or the name of this proxy (read-only) | [optional] [default to null]
**password_is_set** | **bool** | Indicates whether a password has been set for this proxy | [optional] [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)