Name | Type | Description | Notes |
---|---|---|---|
LogstashDns | Pointer to string | [optional] | |
LogstashEnableTls | Pointer to bool | [optional] | |
LogstashProtocol | Pointer to string | [optional] | |
LogstashTlsCertificate | Pointer to string | [optional] |
func NewLogstashLogForwardingConfig() *LogstashLogForwardingConfig
NewLogstashLogForwardingConfig instantiates a new LogstashLogForwardingConfig 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 NewLogstashLogForwardingConfigWithDefaults() *LogstashLogForwardingConfig
NewLogstashLogForwardingConfigWithDefaults instantiates a new LogstashLogForwardingConfig 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 *LogstashLogForwardingConfig) GetLogstashDns() string
GetLogstashDns returns the LogstashDns field if non-nil, zero value otherwise.
func (o *LogstashLogForwardingConfig) GetLogstashDnsOk() (*string, bool)
GetLogstashDnsOk returns a tuple with the LogstashDns field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogstashLogForwardingConfig) SetLogstashDns(v string)
SetLogstashDns sets LogstashDns field to given value.
func (o *LogstashLogForwardingConfig) HasLogstashDns() bool
HasLogstashDns returns a boolean if a field has been set.
func (o *LogstashLogForwardingConfig) GetLogstashEnableTls() bool
GetLogstashEnableTls returns the LogstashEnableTls field if non-nil, zero value otherwise.
func (o *LogstashLogForwardingConfig) GetLogstashEnableTlsOk() (*bool, bool)
GetLogstashEnableTlsOk returns a tuple with the LogstashEnableTls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogstashLogForwardingConfig) SetLogstashEnableTls(v bool)
SetLogstashEnableTls sets LogstashEnableTls field to given value.
func (o *LogstashLogForwardingConfig) HasLogstashEnableTls() bool
HasLogstashEnableTls returns a boolean if a field has been set.
func (o *LogstashLogForwardingConfig) GetLogstashProtocol() string
GetLogstashProtocol returns the LogstashProtocol field if non-nil, zero value otherwise.
func (o *LogstashLogForwardingConfig) GetLogstashProtocolOk() (*string, bool)
GetLogstashProtocolOk returns a tuple with the LogstashProtocol field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogstashLogForwardingConfig) SetLogstashProtocol(v string)
SetLogstashProtocol sets LogstashProtocol field to given value.
func (o *LogstashLogForwardingConfig) HasLogstashProtocol() bool
HasLogstashProtocol returns a boolean if a field has been set.
func (o *LogstashLogForwardingConfig) GetLogstashTlsCertificate() string
GetLogstashTlsCertificate returns the LogstashTlsCertificate field if non-nil, zero value otherwise.
func (o *LogstashLogForwardingConfig) GetLogstashTlsCertificateOk() (*string, bool)
GetLogstashTlsCertificateOk returns a tuple with the LogstashTlsCertificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogstashLogForwardingConfig) SetLogstashTlsCertificate(v string)
SetLogstashTlsCertificate sets LogstashTlsCertificate field to given value.
func (o *LogstashLogForwardingConfig) HasLogstashTlsCertificate() bool
HasLogstashTlsCertificate returns a boolean if a field has been set.