Name | Type | Description | Notes |
---|---|---|---|
Id | string | ||
Name | string | ||
TenantId | string | ||
CloudId | string | ||
ProjectId | string | ||
Services | []CouchbaseServices | ||
Nodes | int32 |
func NewClusterSummary(id string, name string, tenantId string, cloudId string, projectId string, services []CouchbaseServices, nodes int32, ) *ClusterSummary
NewClusterSummary instantiates a new ClusterSummary 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 NewClusterSummaryWithDefaults() *ClusterSummary
NewClusterSummaryWithDefaults instantiates a new ClusterSummary 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 *ClusterSummary) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ClusterSummary) 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 *ClusterSummary) SetId(v string)
SetId sets Id field to given value.
func (o *ClusterSummary) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ClusterSummary) 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 *ClusterSummary) SetName(v string)
SetName sets Name field to given value.
func (o *ClusterSummary) GetTenantId() string
GetTenantId returns the TenantId field if non-nil, zero value otherwise.
func (o *ClusterSummary) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterSummary) SetTenantId(v string)
SetTenantId sets TenantId field to given value.
func (o *ClusterSummary) GetCloudId() string
GetCloudId returns the CloudId field if non-nil, zero value otherwise.
func (o *ClusterSummary) 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 *ClusterSummary) SetCloudId(v string)
SetCloudId sets CloudId field to given value.
func (o *ClusterSummary) GetProjectId() string
GetProjectId returns the ProjectId field if non-nil, zero value otherwise.
func (o *ClusterSummary) 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 *ClusterSummary) SetProjectId(v string)
SetProjectId sets ProjectId field to given value.
func (o *ClusterSummary) GetServices() []CouchbaseServices
GetServices returns the Services field if non-nil, zero value otherwise.
func (o *ClusterSummary) GetServicesOk() (*[]CouchbaseServices, bool)
GetServicesOk returns a tuple with the Services field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterSummary) SetServices(v []CouchbaseServices)
SetServices sets Services field to given value.
func (o *ClusterSummary) GetNodes() int32
GetNodes returns the Nodes field if non-nil, zero value otherwise.
func (o *ClusterSummary) GetNodesOk() (*int32, bool)
GetNodesOk returns a tuple with the Nodes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterSummary) SetNodes(v int32)
SetNodes sets Nodes field to given value.