Name | Type | Description | Notes |
---|---|---|---|
CertPath | string | ||
Offloadable | bool | ||
ServerCert | string | ||
ServerKey | string |
func NewConfig(certPath string, offloadable bool, serverCert string, serverKey string, ) *Config
NewConfig instantiates a new Config 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 NewConfigWithDefaults() *Config
NewConfigWithDefaults instantiates a new Config 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 *Config) GetCertPath() string
GetCertPath returns the CertPath field if non-nil, zero value otherwise.
func (o *Config) GetCertPathOk() (*string, bool)
GetCertPathOk returns a tuple with the CertPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Config) SetCertPath(v string)
SetCertPath sets CertPath field to given value.
func (o *Config) GetOffloadable() bool
GetOffloadable returns the Offloadable field if non-nil, zero value otherwise.
func (o *Config) GetOffloadableOk() (*bool, bool)
GetOffloadableOk returns a tuple with the Offloadable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Config) SetOffloadable(v bool)
SetOffloadable sets Offloadable field to given value.
func (o *Config) GetServerCert() string
GetServerCert returns the ServerCert field if non-nil, zero value otherwise.
func (o *Config) GetServerCertOk() (*string, bool)
GetServerCertOk returns a tuple with the ServerCert field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Config) SetServerCert(v string)
SetServerCert sets ServerCert field to given value.
func (o *Config) GetServerKey() string
GetServerKey returns the ServerKey field if non-nil, zero value otherwise.
func (o *Config) GetServerKeyOk() (*string, bool)
GetServerKeyOk returns a tuple with the ServerKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Config) SetServerKey(v string)
SetServerKey sets ServerKey field to given value.