Name | Type | Description | Notes |
---|---|---|---|
ConfigurationId | Pointer to string | [optional] | |
DisplayName | Pointer to string | [optional] | |
Description | Pointer to string | [optional] | |
MysqlParams | Pointer to MysqlCreateParams | [optional] | |
PostgresqlParams | Pointer to PostgresqlPgCreateParams | [optional] | |
Extra | Pointer to string | [optional] | |
Region | Pointer to string | [optional] |
func NewCloudCreateRequest() *CloudCreateRequest
NewCloudCreateRequest instantiates a new CloudCreateRequest 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 NewCloudCreateRequestWithDefaults() *CloudCreateRequest
NewCloudCreateRequestWithDefaults instantiates a new CloudCreateRequest 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 *CloudCreateRequest) GetConfigurationId() string
GetConfigurationId returns the ConfigurationId field if non-nil, zero value otherwise.
func (o *CloudCreateRequest) GetConfigurationIdOk() (*string, bool)
GetConfigurationIdOk returns a tuple with the ConfigurationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudCreateRequest) SetConfigurationId(v string)
SetConfigurationId sets ConfigurationId field to given value.
func (o *CloudCreateRequest) HasConfigurationId() bool
HasConfigurationId returns a boolean if a field has been set.
func (o *CloudCreateRequest) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *CloudCreateRequest) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudCreateRequest) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *CloudCreateRequest) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *CloudCreateRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *CloudCreateRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudCreateRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *CloudCreateRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *CloudCreateRequest) GetMysqlParams() MysqlCreateParams
GetMysqlParams returns the MysqlParams field if non-nil, zero value otherwise.
func (o *CloudCreateRequest) GetMysqlParamsOk() (*MysqlCreateParams, bool)
GetMysqlParamsOk returns a tuple with the MysqlParams field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudCreateRequest) SetMysqlParams(v MysqlCreateParams)
SetMysqlParams sets MysqlParams field to given value.
func (o *CloudCreateRequest) HasMysqlParams() bool
HasMysqlParams returns a boolean if a field has been set.
func (o *CloudCreateRequest) GetPostgresqlParams() PostgresqlPgCreateParams
GetPostgresqlParams returns the PostgresqlParams field if non-nil, zero value otherwise.
func (o *CloudCreateRequest) GetPostgresqlParamsOk() (*PostgresqlPgCreateParams, bool)
GetPostgresqlParamsOk returns a tuple with the PostgresqlParams field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudCreateRequest) SetPostgresqlParams(v PostgresqlPgCreateParams)
SetPostgresqlParams sets PostgresqlParams field to given value.
func (o *CloudCreateRequest) HasPostgresqlParams() bool
HasPostgresqlParams returns a boolean if a field has been set.
func (o *CloudCreateRequest) GetExtra() string
GetExtra returns the Extra field if non-nil, zero value otherwise.
func (o *CloudCreateRequest) GetExtraOk() (*string, bool)
GetExtraOk returns a tuple with the Extra field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudCreateRequest) SetExtra(v string)
SetExtra sets Extra field to given value.
func (o *CloudCreateRequest) HasExtra() bool
HasExtra returns a boolean if a field has been set.
func (o *CloudCreateRequest) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *CloudCreateRequest) 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 *CloudCreateRequest) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *CloudCreateRequest) HasRegion() bool
HasRegion returns a boolean if a field has been set.