Name | Type | Description | Notes |
---|---|---|---|
Address | Pointer to string | [optional] | |
Username | Pointer to string | [optional] | |
Password | Pointer to string | [optional] | |
Database | Pointer to string | [optional] | |
ApiKey | Pointer to string | [optional] | |
SeriesUrl | Pointer to string | [optional] |
func NewMetricDrainDrainConfiguration() *MetricDrainDrainConfiguration
NewMetricDrainDrainConfiguration instantiates a new MetricDrainDrainConfiguration 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 NewMetricDrainDrainConfigurationWithDefaults() *MetricDrainDrainConfiguration
NewMetricDrainDrainConfigurationWithDefaults instantiates a new MetricDrainDrainConfiguration 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 *MetricDrainDrainConfiguration) GetAddress() string
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *MetricDrainDrainConfiguration) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetricDrainDrainConfiguration) SetAddress(v string)
SetAddress sets Address field to given value.
func (o *MetricDrainDrainConfiguration) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *MetricDrainDrainConfiguration) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *MetricDrainDrainConfiguration) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetricDrainDrainConfiguration) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *MetricDrainDrainConfiguration) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *MetricDrainDrainConfiguration) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *MetricDrainDrainConfiguration) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetricDrainDrainConfiguration) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *MetricDrainDrainConfiguration) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *MetricDrainDrainConfiguration) GetDatabase() string
GetDatabase returns the Database field if non-nil, zero value otherwise.
func (o *MetricDrainDrainConfiguration) GetDatabaseOk() (*string, bool)
GetDatabaseOk returns a tuple with the Database field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetricDrainDrainConfiguration) SetDatabase(v string)
SetDatabase sets Database field to given value.
func (o *MetricDrainDrainConfiguration) HasDatabase() bool
HasDatabase returns a boolean if a field has been set.
func (o *MetricDrainDrainConfiguration) GetApiKey() string
GetApiKey returns the ApiKey field if non-nil, zero value otherwise.
func (o *MetricDrainDrainConfiguration) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetricDrainDrainConfiguration) SetApiKey(v string)
SetApiKey sets ApiKey field to given value.
func (o *MetricDrainDrainConfiguration) HasApiKey() bool
HasApiKey returns a boolean if a field has been set.
func (o *MetricDrainDrainConfiguration) GetSeriesUrl() string
GetSeriesUrl returns the SeriesUrl field if non-nil, zero value otherwise.
func (o *MetricDrainDrainConfiguration) GetSeriesUrlOk() (*string, bool)
GetSeriesUrlOk returns a tuple with the SeriesUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetricDrainDrainConfiguration) SetSeriesUrl(v string)
SetSeriesUrl sets SeriesUrl field to given value.
func (o *MetricDrainDrainConfiguration) HasSeriesUrl() bool
HasSeriesUrl returns a boolean if a field has been set.