Name | Type | Description | Notes |
---|---|---|---|
Cores | Pointer to NullableFloat32 | [optional] | |
Instances | Pointer to NullableFloat32 | [optional] | |
Ram | Pointer to NullableFloat32 | [optional] |
func NewProjectQuota() *ProjectQuota
NewProjectQuota instantiates a new ProjectQuota 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 NewProjectQuotaWithDefaults() *ProjectQuota
NewProjectQuotaWithDefaults instantiates a new ProjectQuota 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 *ProjectQuota) GetCores() float32
GetCores returns the Cores field if non-nil, zero value otherwise.
func (o *ProjectQuota) GetCoresOk() (*float32, bool)
GetCoresOk returns a tuple with the Cores field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectQuota) SetCores(v float32)
SetCores sets Cores field to given value.
func (o *ProjectQuota) HasCores() bool
HasCores returns a boolean if a field has been set.
func (o *ProjectQuota) SetCoresNil(b bool)
SetCoresNil sets the value for Cores to be an explicit nil
func (o *ProjectQuota) UnsetCores()
UnsetCores ensures that no value is present for Cores, not even an explicit nil
func (o *ProjectQuota) GetInstances() float32
GetInstances returns the Instances field if non-nil, zero value otherwise.
func (o *ProjectQuota) GetInstancesOk() (*float32, bool)
GetInstancesOk returns a tuple with the Instances field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectQuota) SetInstances(v float32)
SetInstances sets Instances field to given value.
func (o *ProjectQuota) HasInstances() bool
HasInstances returns a boolean if a field has been set.
func (o *ProjectQuota) SetInstancesNil(b bool)
SetInstancesNil sets the value for Instances to be an explicit nil
func (o *ProjectQuota) UnsetInstances()
UnsetInstances ensures that no value is present for Instances, not even an explicit nil
func (o *ProjectQuota) GetRam() float32
GetRam returns the Ram field if non-nil, zero value otherwise.
func (o *ProjectQuota) GetRamOk() (*float32, bool)
GetRamOk returns a tuple with the Ram field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectQuota) SetRam(v float32)
SetRam sets Ram field to given value.
func (o *ProjectQuota) HasRam() bool
HasRam returns a boolean if a field has been set.
func (o *ProjectQuota) SetRamNil(b bool)
SetRamNil sets the value for Ram to be an explicit nil
func (o *ProjectQuota) UnsetRam()
UnsetRam ensures that no value is present for Ram, not even an explicit nil