Name | Type | Description | Notes |
---|---|---|---|
ElasticsearchApiKey | Pointer to string | [optional] | |
ElasticsearchAuthType | Pointer to string | [optional] | |
ElasticsearchCloudId | Pointer to string | [optional] | |
ElasticsearchEnableTls | Pointer to bool | [optional] | |
ElasticsearchIndex | Pointer to string | [optional] | |
ElasticsearchNodes | Pointer to string | [optional] | |
ElasticsearchPassword | Pointer to string | [optional] | |
ElasticsearchServerType | Pointer to string | [optional] | |
ElasticsearchTlsCertificate | Pointer to string | [optional] | |
ElasticsearchUserName | Pointer to string | [optional] |
func NewElasticsearchLogForwardingConfig() *ElasticsearchLogForwardingConfig
NewElasticsearchLogForwardingConfig instantiates a new ElasticsearchLogForwardingConfig 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 NewElasticsearchLogForwardingConfigWithDefaults() *ElasticsearchLogForwardingConfig
NewElasticsearchLogForwardingConfigWithDefaults instantiates a new ElasticsearchLogForwardingConfig 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 *ElasticsearchLogForwardingConfig) GetElasticsearchApiKey() string
GetElasticsearchApiKey returns the ElasticsearchApiKey field if non-nil, zero value otherwise.
func (o *ElasticsearchLogForwardingConfig) GetElasticsearchApiKeyOk() (*string, bool)
GetElasticsearchApiKeyOk returns a tuple with the ElasticsearchApiKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ElasticsearchLogForwardingConfig) SetElasticsearchApiKey(v string)
SetElasticsearchApiKey sets ElasticsearchApiKey field to given value.
func (o *ElasticsearchLogForwardingConfig) HasElasticsearchApiKey() bool
HasElasticsearchApiKey returns a boolean if a field has been set.
func (o *ElasticsearchLogForwardingConfig) GetElasticsearchAuthType() string
GetElasticsearchAuthType returns the ElasticsearchAuthType field if non-nil, zero value otherwise.
func (o *ElasticsearchLogForwardingConfig) GetElasticsearchAuthTypeOk() (*string, bool)
GetElasticsearchAuthTypeOk returns a tuple with the ElasticsearchAuthType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ElasticsearchLogForwardingConfig) SetElasticsearchAuthType(v string)
SetElasticsearchAuthType sets ElasticsearchAuthType field to given value.
func (o *ElasticsearchLogForwardingConfig) HasElasticsearchAuthType() bool
HasElasticsearchAuthType returns a boolean if a field has been set.
func (o *ElasticsearchLogForwardingConfig) GetElasticsearchCloudId() string
GetElasticsearchCloudId returns the ElasticsearchCloudId field if non-nil, zero value otherwise.
func (o *ElasticsearchLogForwardingConfig) GetElasticsearchCloudIdOk() (*string, bool)
GetElasticsearchCloudIdOk returns a tuple with the ElasticsearchCloudId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ElasticsearchLogForwardingConfig) SetElasticsearchCloudId(v string)
SetElasticsearchCloudId sets ElasticsearchCloudId field to given value.
func (o *ElasticsearchLogForwardingConfig) HasElasticsearchCloudId() bool
HasElasticsearchCloudId returns a boolean if a field has been set.
func (o *ElasticsearchLogForwardingConfig) GetElasticsearchEnableTls() bool
GetElasticsearchEnableTls returns the ElasticsearchEnableTls field if non-nil, zero value otherwise.
func (o *ElasticsearchLogForwardingConfig) GetElasticsearchEnableTlsOk() (*bool, bool)
GetElasticsearchEnableTlsOk returns a tuple with the ElasticsearchEnableTls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ElasticsearchLogForwardingConfig) SetElasticsearchEnableTls(v bool)
SetElasticsearchEnableTls sets ElasticsearchEnableTls field to given value.
func (o *ElasticsearchLogForwardingConfig) HasElasticsearchEnableTls() bool
HasElasticsearchEnableTls returns a boolean if a field has been set.
func (o *ElasticsearchLogForwardingConfig) GetElasticsearchIndex() string
GetElasticsearchIndex returns the ElasticsearchIndex field if non-nil, zero value otherwise.
func (o *ElasticsearchLogForwardingConfig) GetElasticsearchIndexOk() (*string, bool)
GetElasticsearchIndexOk returns a tuple with the ElasticsearchIndex field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ElasticsearchLogForwardingConfig) SetElasticsearchIndex(v string)
SetElasticsearchIndex sets ElasticsearchIndex field to given value.
func (o *ElasticsearchLogForwardingConfig) HasElasticsearchIndex() bool
HasElasticsearchIndex returns a boolean if a field has been set.
func (o *ElasticsearchLogForwardingConfig) GetElasticsearchNodes() string
GetElasticsearchNodes returns the ElasticsearchNodes field if non-nil, zero value otherwise.
func (o *ElasticsearchLogForwardingConfig) GetElasticsearchNodesOk() (*string, bool)
GetElasticsearchNodesOk returns a tuple with the ElasticsearchNodes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ElasticsearchLogForwardingConfig) SetElasticsearchNodes(v string)
SetElasticsearchNodes sets ElasticsearchNodes field to given value.
func (o *ElasticsearchLogForwardingConfig) HasElasticsearchNodes() bool
HasElasticsearchNodes returns a boolean if a field has been set.
func (o *ElasticsearchLogForwardingConfig) GetElasticsearchPassword() string
GetElasticsearchPassword returns the ElasticsearchPassword field if non-nil, zero value otherwise.
func (o *ElasticsearchLogForwardingConfig) GetElasticsearchPasswordOk() (*string, bool)
GetElasticsearchPasswordOk returns a tuple with the ElasticsearchPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ElasticsearchLogForwardingConfig) SetElasticsearchPassword(v string)
SetElasticsearchPassword sets ElasticsearchPassword field to given value.
func (o *ElasticsearchLogForwardingConfig) HasElasticsearchPassword() bool
HasElasticsearchPassword returns a boolean if a field has been set.
func (o *ElasticsearchLogForwardingConfig) GetElasticsearchServerType() string
GetElasticsearchServerType returns the ElasticsearchServerType field if non-nil, zero value otherwise.
func (o *ElasticsearchLogForwardingConfig) GetElasticsearchServerTypeOk() (*string, bool)
GetElasticsearchServerTypeOk returns a tuple with the ElasticsearchServerType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ElasticsearchLogForwardingConfig) SetElasticsearchServerType(v string)
SetElasticsearchServerType sets ElasticsearchServerType field to given value.
func (o *ElasticsearchLogForwardingConfig) HasElasticsearchServerType() bool
HasElasticsearchServerType returns a boolean if a field has been set.
func (o *ElasticsearchLogForwardingConfig) GetElasticsearchTlsCertificate() string
GetElasticsearchTlsCertificate returns the ElasticsearchTlsCertificate field if non-nil, zero value otherwise.
func (o *ElasticsearchLogForwardingConfig) GetElasticsearchTlsCertificateOk() (*string, bool)
GetElasticsearchTlsCertificateOk returns a tuple with the ElasticsearchTlsCertificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ElasticsearchLogForwardingConfig) SetElasticsearchTlsCertificate(v string)
SetElasticsearchTlsCertificate sets ElasticsearchTlsCertificate field to given value.
func (o *ElasticsearchLogForwardingConfig) HasElasticsearchTlsCertificate() bool
HasElasticsearchTlsCertificate returns a boolean if a field has been set.
func (o *ElasticsearchLogForwardingConfig) GetElasticsearchUserName() string
GetElasticsearchUserName returns the ElasticsearchUserName field if non-nil, zero value otherwise.
func (o *ElasticsearchLogForwardingConfig) GetElasticsearchUserNameOk() (*string, bool)
GetElasticsearchUserNameOk returns a tuple with the ElasticsearchUserName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ElasticsearchLogForwardingConfig) SetElasticsearchUserName(v string)
SetElasticsearchUserName sets ElasticsearchUserName field to given value.
func (o *ElasticsearchLogForwardingConfig) HasElasticsearchUserName() bool
HasElasticsearchUserName returns a boolean if a field has been set.