Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
CloudId | string | ||
ProjectId | string | ||
Servers | Pointer to []Server | [optional] | |
SupportPackage | Pointer to CreateClusterRequestSupportPackage | [optional] | |
Version | Pointer to ClusterVersions | [optional] |
func NewCreateClusterRequest(name string, cloudId string, projectId string, ) *CreateClusterRequest
NewCreateClusterRequest instantiates a new CreateClusterRequest 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 NewCreateClusterRequestWithDefaults() *CreateClusterRequest
NewCreateClusterRequestWithDefaults instantiates a new CreateClusterRequest 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 *CreateClusterRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CreateClusterRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateClusterRequest) SetName(v string)
SetName sets Name field to given value.
func (o *CreateClusterRequest) GetCloudId() string
GetCloudId returns the CloudId field if non-nil, zero value otherwise.
func (o *CreateClusterRequest) GetCloudIdOk() (*string, bool)
GetCloudIdOk returns a tuple with the CloudId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateClusterRequest) SetCloudId(v string)
SetCloudId sets CloudId field to given value.
func (o *CreateClusterRequest) GetProjectId() string
GetProjectId returns the ProjectId field if non-nil, zero value otherwise.
func (o *CreateClusterRequest) 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.
func (o *CreateClusterRequest) SetProjectId(v string)
SetProjectId sets ProjectId field to given value.
func (o *CreateClusterRequest) GetServers() []Server
GetServers returns the Servers field if non-nil, zero value otherwise.
func (o *CreateClusterRequest) GetServersOk() (*[]Server, bool)
GetServersOk returns a tuple with the Servers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateClusterRequest) SetServers(v []Server)
SetServers sets Servers field to given value.
func (o *CreateClusterRequest) HasServers() bool
HasServers returns a boolean if a field has been set.
func (o *CreateClusterRequest) GetSupportPackage() CreateClusterRequestSupportPackage
GetSupportPackage returns the SupportPackage field if non-nil, zero value otherwise.
func (o *CreateClusterRequest) GetSupportPackageOk() (*CreateClusterRequestSupportPackage, bool)
GetSupportPackageOk returns a tuple with the SupportPackage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateClusterRequest) SetSupportPackage(v CreateClusterRequestSupportPackage)
SetSupportPackage sets SupportPackage field to given value.
func (o *CreateClusterRequest) HasSupportPackage() bool
HasSupportPackage returns a boolean if a field has been set.
func (o *CreateClusterRequest) GetVersion() ClusterVersions
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *CreateClusterRequest) GetVersionOk() (*ClusterVersions, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateClusterRequest) SetVersion(v ClusterVersions)
SetVersion sets Version field to given value.
func (o *CreateClusterRequest) HasVersion() bool
HasVersion returns a boolean if a field has been set.