Name | Type | Description | Notes |
---|---|---|---|
ProxyUrl | Pointer to string | [optional] | |
SslCiphers | Pointer to []string | [optional] | |
SslForceCommonNameCheck | Pointer to bool | [optional] | |
SslInsecureSkipVerify | Pointer to bool | [optional] | |
SslMaxVersion | Pointer to int32 | [optional] | |
SslMinVersion | Pointer to int32 | [optional] |
func NewProxyConfigTransport() *ProxyConfigTransport
NewProxyConfigTransport instantiates a new ProxyConfigTransport 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 NewProxyConfigTransportWithDefaults() *ProxyConfigTransport
NewProxyConfigTransportWithDefaults instantiates a new ProxyConfigTransport 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 *ProxyConfigTransport) GetProxyUrl() string
GetProxyUrl returns the ProxyUrl field if non-nil, zero value otherwise.
func (o *ProxyConfigTransport) GetProxyUrlOk() (*string, bool)
GetProxyUrlOk returns a tuple with the ProxyUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProxyConfigTransport) SetProxyUrl(v string)
SetProxyUrl sets ProxyUrl field to given value.
func (o *ProxyConfigTransport) HasProxyUrl() bool
HasProxyUrl returns a boolean if a field has been set.
func (o *ProxyConfigTransport) GetSslCiphers() []string
GetSslCiphers returns the SslCiphers field if non-nil, zero value otherwise.
func (o *ProxyConfigTransport) GetSslCiphersOk() (*[]string, bool)
GetSslCiphersOk returns a tuple with the SslCiphers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProxyConfigTransport) SetSslCiphers(v []string)
SetSslCiphers sets SslCiphers field to given value.
func (o *ProxyConfigTransport) HasSslCiphers() bool
HasSslCiphers returns a boolean if a field has been set.
func (o *ProxyConfigTransport) SetSslCiphersNil(b bool)
SetSslCiphersNil sets the value for SslCiphers to be an explicit nil
func (o *ProxyConfigTransport) UnsetSslCiphers()
UnsetSslCiphers ensures that no value is present for SslCiphers, not even an explicit nil
func (o *ProxyConfigTransport) GetSslForceCommonNameCheck() bool
GetSslForceCommonNameCheck returns the SslForceCommonNameCheck field if non-nil, zero value otherwise.
func (o *ProxyConfigTransport) GetSslForceCommonNameCheckOk() (*bool, bool)
GetSslForceCommonNameCheckOk returns a tuple with the SslForceCommonNameCheck field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProxyConfigTransport) SetSslForceCommonNameCheck(v bool)
SetSslForceCommonNameCheck sets SslForceCommonNameCheck field to given value.
func (o *ProxyConfigTransport) HasSslForceCommonNameCheck() bool
HasSslForceCommonNameCheck returns a boolean if a field has been set.
func (o *ProxyConfigTransport) GetSslInsecureSkipVerify() bool
GetSslInsecureSkipVerify returns the SslInsecureSkipVerify field if non-nil, zero value otherwise.
func (o *ProxyConfigTransport) GetSslInsecureSkipVerifyOk() (*bool, bool)
GetSslInsecureSkipVerifyOk returns a tuple with the SslInsecureSkipVerify field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProxyConfigTransport) SetSslInsecureSkipVerify(v bool)
SetSslInsecureSkipVerify sets SslInsecureSkipVerify field to given value.
func (o *ProxyConfigTransport) HasSslInsecureSkipVerify() bool
HasSslInsecureSkipVerify returns a boolean if a field has been set.
func (o *ProxyConfigTransport) GetSslMaxVersion() int32
GetSslMaxVersion returns the SslMaxVersion field if non-nil, zero value otherwise.
func (o *ProxyConfigTransport) GetSslMaxVersionOk() (*int32, bool)
GetSslMaxVersionOk returns a tuple with the SslMaxVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProxyConfigTransport) SetSslMaxVersion(v int32)
SetSslMaxVersion sets SslMaxVersion field to given value.
func (o *ProxyConfigTransport) HasSslMaxVersion() bool
HasSslMaxVersion returns a boolean if a field has been set.
func (o *ProxyConfigTransport) GetSslMinVersion() int32
GetSslMinVersion returns the SslMinVersion field if non-nil, zero value otherwise.
func (o *ProxyConfigTransport) GetSslMinVersionOk() (*int32, bool)
GetSslMinVersionOk returns a tuple with the SslMinVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProxyConfigTransport) SetSslMinVersion(v int32)
SetSslMinVersion sets SslMinVersion field to given value.
func (o *ProxyConfigTransport) HasSslMinVersion() bool
HasSslMinVersion returns a boolean if a field has been set.