Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
PriceDay | Pointer to float64 | [optional] | |
PriceMonth | Pointer to float64 | [optional] | |
Region | Pointer to string | [optional] | |
Mysql5 | Pointer to MysqlMysql5Configuration | [optional] | |
Mysql8 | Pointer to MysqlMysql8Configuration | [optional] | |
Postgresql15 | Pointer to PostgresqlPostgresql15Configuration | [optional] | |
Postgresql14 | Pointer to PostgresqlPostgresql14Configuration | [optional] |
func NewCloudServiceConfiguration() *CloudServiceConfiguration
NewCloudServiceConfiguration instantiates a new CloudServiceConfiguration 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 NewCloudServiceConfigurationWithDefaults() *CloudServiceConfiguration
NewCloudServiceConfigurationWithDefaults instantiates a new CloudServiceConfiguration 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 *CloudServiceConfiguration) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CloudServiceConfiguration) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudServiceConfiguration) SetId(v string)
SetId sets Id field to given value.
func (o *CloudServiceConfiguration) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CloudServiceConfiguration) GetPriceDay() float64
GetPriceDay returns the PriceDay field if non-nil, zero value otherwise.
func (o *CloudServiceConfiguration) GetPriceDayOk() (*float64, bool)
GetPriceDayOk returns a tuple with the PriceDay field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudServiceConfiguration) SetPriceDay(v float64)
SetPriceDay sets PriceDay field to given value.
func (o *CloudServiceConfiguration) HasPriceDay() bool
HasPriceDay returns a boolean if a field has been set.
func (o *CloudServiceConfiguration) GetPriceMonth() float64
GetPriceMonth returns the PriceMonth field if non-nil, zero value otherwise.
func (o *CloudServiceConfiguration) GetPriceMonthOk() (*float64, bool)
GetPriceMonthOk returns a tuple with the PriceMonth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudServiceConfiguration) SetPriceMonth(v float64)
SetPriceMonth sets PriceMonth field to given value.
func (o *CloudServiceConfiguration) HasPriceMonth() bool
HasPriceMonth returns a boolean if a field has been set.
func (o *CloudServiceConfiguration) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *CloudServiceConfiguration) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudServiceConfiguration) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *CloudServiceConfiguration) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (o *CloudServiceConfiguration) GetMysql5() MysqlMysql5Configuration
GetMysql5 returns the Mysql5 field if non-nil, zero value otherwise.
func (o *CloudServiceConfiguration) GetMysql5Ok() (*MysqlMysql5Configuration, bool)
GetMysql5Ok returns a tuple with the Mysql5 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudServiceConfiguration) SetMysql5(v MysqlMysql5Configuration)
SetMysql5 sets Mysql5 field to given value.
func (o *CloudServiceConfiguration) HasMysql5() bool
HasMysql5 returns a boolean if a field has been set.
func (o *CloudServiceConfiguration) GetMysql8() MysqlMysql8Configuration
GetMysql8 returns the Mysql8 field if non-nil, zero value otherwise.
func (o *CloudServiceConfiguration) GetMysql8Ok() (*MysqlMysql8Configuration, bool)
GetMysql8Ok returns a tuple with the Mysql8 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudServiceConfiguration) SetMysql8(v MysqlMysql8Configuration)
SetMysql8 sets Mysql8 field to given value.
func (o *CloudServiceConfiguration) HasMysql8() bool
HasMysql8 returns a boolean if a field has been set.
func (o *CloudServiceConfiguration) GetPostgresql15() PostgresqlPostgresql15Configuration
GetPostgresql15 returns the Postgresql15 field if non-nil, zero value otherwise.
func (o *CloudServiceConfiguration) GetPostgresql15Ok() (*PostgresqlPostgresql15Configuration, bool)
GetPostgresql15Ok returns a tuple with the Postgresql15 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudServiceConfiguration) SetPostgresql15(v PostgresqlPostgresql15Configuration)
SetPostgresql15 sets Postgresql15 field to given value.
func (o *CloudServiceConfiguration) HasPostgresql15() bool
HasPostgresql15 returns a boolean if a field has been set.
func (o *CloudServiceConfiguration) GetPostgresql14() PostgresqlPostgresql14Configuration
GetPostgresql14 returns the Postgresql14 field if non-nil, zero value otherwise.
func (o *CloudServiceConfiguration) GetPostgresql14Ok() (*PostgresqlPostgresql14Configuration, bool)
GetPostgresql14Ok returns a tuple with the Postgresql14 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudServiceConfiguration) SetPostgresql14(v PostgresqlPostgresql14Configuration)
SetPostgresql14 sets Postgresql14 field to given value.
func (o *CloudServiceConfiguration) HasPostgresql14() bool
HasPostgresql14 returns a boolean if a field has been set.