Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.46 KB

File metadata and controls

108 lines (59 loc) · 3.46 KB

SumologicLogForwardingConfig

Properties

Name Type Description Notes
SumoLogicEndpoint Pointer to string [optional]
SumoLogicHost Pointer to string [optional]
SumoLogicTags Pointer to string [optional]

Methods

NewSumologicLogForwardingConfig

func NewSumologicLogForwardingConfig() *SumologicLogForwardingConfig

NewSumologicLogForwardingConfig instantiates a new SumologicLogForwardingConfig 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

NewSumologicLogForwardingConfigWithDefaults

func NewSumologicLogForwardingConfigWithDefaults() *SumologicLogForwardingConfig

NewSumologicLogForwardingConfigWithDefaults instantiates a new SumologicLogForwardingConfig 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

GetSumoLogicEndpoint

func (o *SumologicLogForwardingConfig) GetSumoLogicEndpoint() string

GetSumoLogicEndpoint returns the SumoLogicEndpoint field if non-nil, zero value otherwise.

GetSumoLogicEndpointOk

func (o *SumologicLogForwardingConfig) GetSumoLogicEndpointOk() (*string, bool)

GetSumoLogicEndpointOk returns a tuple with the SumoLogicEndpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSumoLogicEndpoint

func (o *SumologicLogForwardingConfig) SetSumoLogicEndpoint(v string)

SetSumoLogicEndpoint sets SumoLogicEndpoint field to given value.

HasSumoLogicEndpoint

func (o *SumologicLogForwardingConfig) HasSumoLogicEndpoint() bool

HasSumoLogicEndpoint returns a boolean if a field has been set.

GetSumoLogicHost

func (o *SumologicLogForwardingConfig) GetSumoLogicHost() string

GetSumoLogicHost returns the SumoLogicHost field if non-nil, zero value otherwise.

GetSumoLogicHostOk

func (o *SumologicLogForwardingConfig) GetSumoLogicHostOk() (*string, bool)

GetSumoLogicHostOk returns a tuple with the SumoLogicHost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSumoLogicHost

func (o *SumologicLogForwardingConfig) SetSumoLogicHost(v string)

SetSumoLogicHost sets SumoLogicHost field to given value.

HasSumoLogicHost

func (o *SumologicLogForwardingConfig) HasSumoLogicHost() bool

HasSumoLogicHost returns a boolean if a field has been set.

GetSumoLogicTags

func (o *SumologicLogForwardingConfig) GetSumoLogicTags() string

GetSumoLogicTags returns the SumoLogicTags field if non-nil, zero value otherwise.

GetSumoLogicTagsOk

func (o *SumologicLogForwardingConfig) GetSumoLogicTagsOk() (*string, bool)

GetSumoLogicTagsOk returns a tuple with the SumoLogicTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSumoLogicTags

func (o *SumologicLogForwardingConfig) SetSumoLogicTags(v string)

SetSumoLogicTags sets SumoLogicTags field to given value.

HasSumoLogicTags

func (o *SumologicLogForwardingConfig) HasSumoLogicTags() bool

HasSumoLogicTags returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]