Name | Type | Description | Notes |
---|---|---|---|
RequestedFrequency | Pointer to V0039StepCPURequestedFrequency | [optional] | |
Governor | Pointer to string | [optional] |
func NewV0039StepCPU() *V0039StepCPU
NewV0039StepCPU instantiates a new V0039StepCPU 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 NewV0039StepCPUWithDefaults() *V0039StepCPU
NewV0039StepCPUWithDefaults instantiates a new V0039StepCPU 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 *V0039StepCPU) GetRequestedFrequency() V0039StepCPURequestedFrequency
GetRequestedFrequency returns the RequestedFrequency field if non-nil, zero value otherwise.
func (o *V0039StepCPU) GetRequestedFrequencyOk() (*V0039StepCPURequestedFrequency, bool)
GetRequestedFrequencyOk returns a tuple with the RequestedFrequency field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039StepCPU) SetRequestedFrequency(v V0039StepCPURequestedFrequency)
SetRequestedFrequency sets RequestedFrequency field to given value.
func (o *V0039StepCPU) HasRequestedFrequency() bool
HasRequestedFrequency returns a boolean if a field has been set.
func (o *V0039StepCPU) GetGovernor() string
GetGovernor returns the Governor field if non-nil, zero value otherwise.
func (o *V0039StepCPU) GetGovernorOk() (*string, bool)
GetGovernorOk returns a tuple with the Governor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039StepCPU) SetGovernor(v string)
SetGovernor sets Governor field to given value.
func (o *V0039StepCPU) HasGovernor() bool
HasGovernor returns a boolean if a field has been set.