Skip to content

ApUtilizationVO

Properties

Name Type Description Notes
TopApByCpuUtility Pointer to []TopModelBaseVO [optional]
TopApByMemoryUtility Pointer to []TopModelBaseVO [optional]

Methods

NewApUtilizationVO

func NewApUtilizationVO() *ApUtilizationVO

NewApUtilizationVO instantiates a new ApUtilizationVO 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

NewApUtilizationVOWithDefaults

func NewApUtilizationVOWithDefaults() *ApUtilizationVO

NewApUtilizationVOWithDefaults instantiates a new ApUtilizationVO 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

GetTopApByCpuUtility

func (o *ApUtilizationVO) GetTopApByCpuUtility() []TopModelBaseVO

GetTopApByCpuUtility returns the TopApByCpuUtility field if non-nil, zero value otherwise.

GetTopApByCpuUtilityOk

func (o *ApUtilizationVO) GetTopApByCpuUtilityOk() (*[]TopModelBaseVO, bool)

GetTopApByCpuUtilityOk returns a tuple with the TopApByCpuUtility field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTopApByCpuUtility

func (o *ApUtilizationVO) SetTopApByCpuUtility(v []TopModelBaseVO)

SetTopApByCpuUtility sets TopApByCpuUtility field to given value.

HasTopApByCpuUtility

func (o *ApUtilizationVO) HasTopApByCpuUtility() bool

HasTopApByCpuUtility returns a boolean if a field has been set.

GetTopApByMemoryUtility

func (o *ApUtilizationVO) GetTopApByMemoryUtility() []TopModelBaseVO

GetTopApByMemoryUtility returns the TopApByMemoryUtility field if non-nil, zero value otherwise.

GetTopApByMemoryUtilityOk

func (o *ApUtilizationVO) GetTopApByMemoryUtilityOk() (*[]TopModelBaseVO, bool)

GetTopApByMemoryUtilityOk returns a tuple with the TopApByMemoryUtility field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTopApByMemoryUtility

func (o *ApUtilizationVO) SetTopApByMemoryUtility(v []TopModelBaseVO)

SetTopApByMemoryUtility sets TopApByMemoryUtility field to given value.

HasTopApByMemoryUtility

func (o *ApUtilizationVO) HasTopApByMemoryUtility() bool

HasTopApByMemoryUtility returns a boolean if a field has been set.

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