Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.26 KB

LifecycleTemplateResponseResources.md

File metadata and controls

72 lines (39 loc) · 2.26 KB

LifecycleTemplateResponseResources

Properties

Name Type Description Notes
CpuMilli int32
RamMib int32

Methods

NewLifecycleTemplateResponseResources

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

NewLifecycleTemplateResponseResourcesWithDefaults

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

GetCpuMilli

func (o *LifecycleTemplateResponseResources) GetCpuMilli() int32

GetCpuMilli returns the CpuMilli field if non-nil, zero value otherwise.

GetCpuMilliOk

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.

SetCpuMilli

func (o *LifecycleTemplateResponseResources) SetCpuMilli(v int32)

SetCpuMilli sets CpuMilli field to given value.

GetRamMib

func (o *LifecycleTemplateResponseResources) GetRamMib() int32

GetRamMib returns the RamMib field if non-nil, zero value otherwise.

GetRamMibOk

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.

SetRamMib

func (o *LifecycleTemplateResponseResources) SetRamMib(v int32)

SetRamMib sets RamMib field to given value.

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