Skip to content

Latest commit

 

History

History
368 lines (199 loc) · 10.4 KB

File metadata and controls

368 lines (199 loc) · 10.4 KB

CloudCreateRequest

Properties

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]
S3Params Pointer to S3S3CreateParams [optional]
CdnParams Pointer to CdnCdnCreateParams [optional]
Extra Pointer to string [optional]
Region Pointer to string [optional]
ProjectId Pointer to string [optional]
UiPinned Pointer to bool [optional]
UiPinnedAfterRank Pointer to string [optional]
UiPinnedBeforeRank Pointer to string [optional]

Methods

NewCloudCreateRequest

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

NewCloudCreateRequestWithDefaults

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

GetConfigurationId

func (o *CloudCreateRequest) GetConfigurationId() string

GetConfigurationId returns the ConfigurationId field if non-nil, zero value otherwise.

GetConfigurationIdOk

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.

SetConfigurationId

func (o *CloudCreateRequest) SetConfigurationId(v string)

SetConfigurationId sets ConfigurationId field to given value.

HasConfigurationId

func (o *CloudCreateRequest) HasConfigurationId() bool

HasConfigurationId returns a boolean if a field has been set.

GetDisplayName

func (o *CloudCreateRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

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.

SetDisplayName

func (o *CloudCreateRequest) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *CloudCreateRequest) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetDescription

func (o *CloudCreateRequest) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *CloudCreateRequest) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *CloudCreateRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetMysqlParams

func (o *CloudCreateRequest) GetMysqlParams() MysqlCreateParams

GetMysqlParams returns the MysqlParams field if non-nil, zero value otherwise.

GetMysqlParamsOk

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.

SetMysqlParams

func (o *CloudCreateRequest) SetMysqlParams(v MysqlCreateParams)

SetMysqlParams sets MysqlParams field to given value.

HasMysqlParams

func (o *CloudCreateRequest) HasMysqlParams() bool

HasMysqlParams returns a boolean if a field has been set.

GetPostgresqlParams

func (o *CloudCreateRequest) GetPostgresqlParams() PostgresqlPgCreateParams

GetPostgresqlParams returns the PostgresqlParams field if non-nil, zero value otherwise.

GetPostgresqlParamsOk

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.

SetPostgresqlParams

func (o *CloudCreateRequest) SetPostgresqlParams(v PostgresqlPgCreateParams)

SetPostgresqlParams sets PostgresqlParams field to given value.

HasPostgresqlParams

func (o *CloudCreateRequest) HasPostgresqlParams() bool

HasPostgresqlParams returns a boolean if a field has been set.

GetS3Params

func (o *CloudCreateRequest) GetS3Params() S3S3CreateParams

GetS3Params returns the S3Params field if non-nil, zero value otherwise.

GetS3ParamsOk

func (o *CloudCreateRequest) GetS3ParamsOk() (*S3S3CreateParams, bool)

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

SetS3Params

func (o *CloudCreateRequest) SetS3Params(v S3S3CreateParams)

SetS3Params sets S3Params field to given value.

HasS3Params

func (o *CloudCreateRequest) HasS3Params() bool

HasS3Params returns a boolean if a field has been set.

GetCdnParams

func (o *CloudCreateRequest) GetCdnParams() CdnCdnCreateParams

GetCdnParams returns the CdnParams field if non-nil, zero value otherwise.

GetCdnParamsOk

func (o *CloudCreateRequest) GetCdnParamsOk() (*CdnCdnCreateParams, bool)

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

SetCdnParams

func (o *CloudCreateRequest) SetCdnParams(v CdnCdnCreateParams)

SetCdnParams sets CdnParams field to given value.

HasCdnParams

func (o *CloudCreateRequest) HasCdnParams() bool

HasCdnParams returns a boolean if a field has been set.

GetExtra

func (o *CloudCreateRequest) GetExtra() string

GetExtra returns the Extra field if non-nil, zero value otherwise.

GetExtraOk

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.

SetExtra

func (o *CloudCreateRequest) SetExtra(v string)

SetExtra sets Extra field to given value.

HasExtra

func (o *CloudCreateRequest) HasExtra() bool

HasExtra returns a boolean if a field has been set.

GetRegion

func (o *CloudCreateRequest) GetRegion() string

GetRegion returns the Region field if non-nil, zero value otherwise.

GetRegionOk

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.

SetRegion

func (o *CloudCreateRequest) SetRegion(v string)

SetRegion sets Region field to given value.

HasRegion

func (o *CloudCreateRequest) HasRegion() bool

HasRegion returns a boolean if a field has been set.

GetProjectId

func (o *CloudCreateRequest) GetProjectId() string

GetProjectId returns the ProjectId field if non-nil, zero value otherwise.

GetProjectIdOk

func (o *CloudCreateRequest) GetProjectIdOk() (*string, bool)

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

SetProjectId

func (o *CloudCreateRequest) SetProjectId(v string)

SetProjectId sets ProjectId field to given value.

HasProjectId

func (o *CloudCreateRequest) HasProjectId() bool

HasProjectId returns a boolean if a field has been set.

GetUiPinned

func (o *CloudCreateRequest) GetUiPinned() bool

GetUiPinned returns the UiPinned field if non-nil, zero value otherwise.

GetUiPinnedOk

func (o *CloudCreateRequest) GetUiPinnedOk() (*bool, bool)

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

SetUiPinned

func (o *CloudCreateRequest) SetUiPinned(v bool)

SetUiPinned sets UiPinned field to given value.

HasUiPinned

func (o *CloudCreateRequest) HasUiPinned() bool

HasUiPinned returns a boolean if a field has been set.

GetUiPinnedAfterRank

func (o *CloudCreateRequest) GetUiPinnedAfterRank() string

GetUiPinnedAfterRank returns the UiPinnedAfterRank field if non-nil, zero value otherwise.

GetUiPinnedAfterRankOk

func (o *CloudCreateRequest) GetUiPinnedAfterRankOk() (*string, bool)

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

SetUiPinnedAfterRank

func (o *CloudCreateRequest) SetUiPinnedAfterRank(v string)

SetUiPinnedAfterRank sets UiPinnedAfterRank field to given value.

HasUiPinnedAfterRank

func (o *CloudCreateRequest) HasUiPinnedAfterRank() bool

HasUiPinnedAfterRank returns a boolean if a field has been set.

GetUiPinnedBeforeRank

func (o *CloudCreateRequest) GetUiPinnedBeforeRank() string

GetUiPinnedBeforeRank returns the UiPinnedBeforeRank field if non-nil, zero value otherwise.

GetUiPinnedBeforeRankOk

func (o *CloudCreateRequest) GetUiPinnedBeforeRankOk() (*string, bool)

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

SetUiPinnedBeforeRank

func (o *CloudCreateRequest) SetUiPinnedBeforeRank(v string)

SetUiPinnedBeforeRank sets UiPinnedBeforeRank field to given value.

HasUiPinnedBeforeRank

func (o *CloudCreateRequest) HasUiPinnedBeforeRank() bool

HasUiPinnedBeforeRank returns a boolean if a field has been set.

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