Name | Type | Description | Notes |
---|---|---|---|
ExcludeHosts | Pointer to []string | [optional] | |
Hostname | Pointer to string | [optional] | |
Password | Pointer to string | [optional] | |
PasswordIsIncluded | Pointer to bool | [optional] | |
Port | Pointer to int32 | [optional] | |
Username | Pointer to string | [optional] |
func NewApiProxyServerConfigurationDTO() *ApiProxyServerConfigurationDTO
NewApiProxyServerConfigurationDTO instantiates a new ApiProxyServerConfigurationDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApiProxyServerConfigurationDTOWithDefaults() *ApiProxyServerConfigurationDTO
NewApiProxyServerConfigurationDTOWithDefaults instantiates a new ApiProxyServerConfigurationDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ApiProxyServerConfigurationDTO) GetExcludeHosts() []string
GetExcludeHosts returns the ExcludeHosts field if non-nil, zero value otherwise.
func (o *ApiProxyServerConfigurationDTO) GetExcludeHostsOk() (*[]string, bool)
GetExcludeHostsOk returns a tuple with the ExcludeHosts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiProxyServerConfigurationDTO) SetExcludeHosts(v []string)
SetExcludeHosts sets ExcludeHosts field to given value.
func (o *ApiProxyServerConfigurationDTO) HasExcludeHosts() bool
HasExcludeHosts returns a boolean if a field has been set.
func (o *ApiProxyServerConfigurationDTO) GetHostname() string
GetHostname returns the Hostname field if non-nil, zero value otherwise.
func (o *ApiProxyServerConfigurationDTO) GetHostnameOk() (*string, bool)
GetHostnameOk returns a tuple with the Hostname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiProxyServerConfigurationDTO) SetHostname(v string)
SetHostname sets Hostname field to given value.
func (o *ApiProxyServerConfigurationDTO) HasHostname() bool
HasHostname returns a boolean if a field has been set.
func (o *ApiProxyServerConfigurationDTO) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *ApiProxyServerConfigurationDTO) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiProxyServerConfigurationDTO) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *ApiProxyServerConfigurationDTO) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *ApiProxyServerConfigurationDTO) GetPasswordIsIncluded() bool
GetPasswordIsIncluded returns the PasswordIsIncluded field if non-nil, zero value otherwise.
func (o *ApiProxyServerConfigurationDTO) GetPasswordIsIncludedOk() (*bool, bool)
GetPasswordIsIncludedOk returns a tuple with the PasswordIsIncluded field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiProxyServerConfigurationDTO) SetPasswordIsIncluded(v bool)
SetPasswordIsIncluded sets PasswordIsIncluded field to given value.
func (o *ApiProxyServerConfigurationDTO) HasPasswordIsIncluded() bool
HasPasswordIsIncluded returns a boolean if a field has been set.
func (o *ApiProxyServerConfigurationDTO) GetPort() int32
GetPort returns the Port field if non-nil, zero value otherwise.
func (o *ApiProxyServerConfigurationDTO) GetPortOk() (*int32, bool)
GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiProxyServerConfigurationDTO) SetPort(v int32)
SetPort sets Port field to given value.
func (o *ApiProxyServerConfigurationDTO) HasPort() bool
HasPort returns a boolean if a field has been set.
func (o *ApiProxyServerConfigurationDTO) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *ApiProxyServerConfigurationDTO) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiProxyServerConfigurationDTO) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *ApiProxyServerConfigurationDTO) HasUsername() bool
HasUsername returns a boolean if a field has been set.