| Name | Type | Description | Notes |
|---|---|---|---|
| SampleRate | Pointer to int32 | [optional] | |
| Logtype | Pointer to string | [optional] | |
| Host | Pointer to string | [optional] | |
| Port | Pointer to int32 | [optional] | |
| Tls | Pointer to bool | [optional] | |
| Cert | Pointer to string | [optional] | |
| RetryTime | Pointer to int32 | [optional] |
func NewLogForwarderSyslogConnectionType() *LogForwarderSyslogConnectionType
NewLogForwarderSyslogConnectionType instantiates a new LogForwarderSyslogConnectionType 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 NewLogForwarderSyslogConnectionTypeWithDefaults() *LogForwarderSyslogConnectionType
NewLogForwarderSyslogConnectionTypeWithDefaults instantiates a new LogForwarderSyslogConnectionType 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 *LogForwarderSyslogConnectionType) GetSampleRate() int32
GetSampleRate returns the SampleRate field if non-nil, zero value otherwise.
func (o *LogForwarderSyslogConnectionType) GetSampleRateOk() (*int32, bool)
GetSampleRateOk returns a tuple with the SampleRate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderSyslogConnectionType) SetSampleRate(v int32)
SetSampleRate sets SampleRate field to given value.
func (o *LogForwarderSyslogConnectionType) HasSampleRate() bool
HasSampleRate returns a boolean if a field has been set.
func (o *LogForwarderSyslogConnectionType) GetLogtype() string
GetLogtype returns the Logtype field if non-nil, zero value otherwise.
func (o *LogForwarderSyslogConnectionType) GetLogtypeOk() (*string, bool)
GetLogtypeOk returns a tuple with the Logtype field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderSyslogConnectionType) SetLogtype(v string)
SetLogtype sets Logtype field to given value.
func (o *LogForwarderSyslogConnectionType) HasLogtype() bool
HasLogtype returns a boolean if a field has been set.
func (o *LogForwarderSyslogConnectionType) GetHost() string
GetHost returns the Host field if non-nil, zero value otherwise.
func (o *LogForwarderSyslogConnectionType) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderSyslogConnectionType) SetHost(v string)
SetHost sets Host field to given value.
func (o *LogForwarderSyslogConnectionType) HasHost() bool
HasHost returns a boolean if a field has been set.
func (o *LogForwarderSyslogConnectionType) GetPort() int32
GetPort returns the Port field if non-nil, zero value otherwise.
func (o *LogForwarderSyslogConnectionType) 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 *LogForwarderSyslogConnectionType) SetPort(v int32)
SetPort sets Port field to given value.
func (o *LogForwarderSyslogConnectionType) HasPort() bool
HasPort returns a boolean if a field has been set.
func (o *LogForwarderSyslogConnectionType) GetTls() bool
GetTls returns the Tls field if non-nil, zero value otherwise.
func (o *LogForwarderSyslogConnectionType) GetTlsOk() (*bool, bool)
GetTlsOk returns a tuple with the Tls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderSyslogConnectionType) SetTls(v bool)
SetTls sets Tls field to given value.
func (o *LogForwarderSyslogConnectionType) HasTls() bool
HasTls returns a boolean if a field has been set.
func (o *LogForwarderSyslogConnectionType) GetCert() string
GetCert returns the Cert field if non-nil, zero value otherwise.
func (o *LogForwarderSyslogConnectionType) GetCertOk() (*string, bool)
GetCertOk returns a tuple with the Cert field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderSyslogConnectionType) SetCert(v string)
SetCert sets Cert field to given value.
func (o *LogForwarderSyslogConnectionType) HasCert() bool
HasCert returns a boolean if a field has been set.
func (o *LogForwarderSyslogConnectionType) GetRetryTime() int32
GetRetryTime returns the RetryTime field if non-nil, zero value otherwise.
func (o *LogForwarderSyslogConnectionType) GetRetryTimeOk() (*int32, bool)
GetRetryTimeOk returns a tuple with the RetryTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderSyslogConnectionType) SetRetryTime(v int32)
SetRetryTime sets RetryTime field to given value.
func (o *LogForwarderSyslogConnectionType) HasRetryTime() bool
HasRetryTime returns a boolean if a field has been set.