Name | Type | Description | Notes |
---|---|---|---|
CpuMilli | int32 | ||
RamMib | int32 |
func NewLifecycleTemplateResponseResources(cpuMilli int32, ramMib int32, ) *LifecycleTemplateResponseResources
NewLifecycleTemplateResponseResources instantiates a new LifecycleTemplateResponseResources 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 NewLifecycleTemplateResponseResourcesWithDefaults() *LifecycleTemplateResponseResources
NewLifecycleTemplateResponseResourcesWithDefaults instantiates a new LifecycleTemplateResponseResources 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 *LifecycleTemplateResponseResources) GetCpuMilli() int32
GetCpuMilli returns the CpuMilli field if non-nil, zero value otherwise.
func (o *LifecycleTemplateResponseResources) GetCpuMilliOk() (*int32, bool)
GetCpuMilliOk returns a tuple with the CpuMilli field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LifecycleTemplateResponseResources) SetCpuMilli(v int32)
SetCpuMilli sets CpuMilli field to given value.
func (o *LifecycleTemplateResponseResources) GetRamMib() int32
GetRamMib returns the RamMib field if non-nil, zero value otherwise.
func (o *LifecycleTemplateResponseResources) GetRamMibOk() (*int32, bool)
GetRamMibOk returns a tuple with the RamMib field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LifecycleTemplateResponseResources) SetRamMib(v int32)
SetRamMib sets RamMib field to given value.