SwitchUtilizationVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| TopSwitchCpu | Pointer to []TopModelBaseVO | [optional] | |
| TopSwitchMemory | Pointer to []TopModelBaseVO | [optional] |
Methods
NewSwitchUtilizationVO
func NewSwitchUtilizationVO() *SwitchUtilizationVO
NewSwitchUtilizationVO instantiates a new SwitchUtilizationVO 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
NewSwitchUtilizationVOWithDefaults
func NewSwitchUtilizationVOWithDefaults() *SwitchUtilizationVO
NewSwitchUtilizationVOWithDefaults instantiates a new SwitchUtilizationVO 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
GetTopSwitchCpu
func (o *SwitchUtilizationVO) GetTopSwitchCpu() []TopModelBaseVO
GetTopSwitchCpu returns the TopSwitchCpu field if non-nil, zero value otherwise.
GetTopSwitchCpuOk
func (o *SwitchUtilizationVO) GetTopSwitchCpuOk() (*[]TopModelBaseVO, bool)
GetTopSwitchCpuOk returns a tuple with the TopSwitchCpu field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTopSwitchCpu
func (o *SwitchUtilizationVO) SetTopSwitchCpu(v []TopModelBaseVO)
SetTopSwitchCpu sets TopSwitchCpu field to given value.
HasTopSwitchCpu
func (o *SwitchUtilizationVO) HasTopSwitchCpu() bool
HasTopSwitchCpu returns a boolean if a field has been set.
GetTopSwitchMemory
func (o *SwitchUtilizationVO) GetTopSwitchMemory() []TopModelBaseVO
GetTopSwitchMemory returns the TopSwitchMemory field if non-nil, zero value otherwise.
GetTopSwitchMemoryOk
func (o *SwitchUtilizationVO) GetTopSwitchMemoryOk() (*[]TopModelBaseVO, bool)
GetTopSwitchMemoryOk returns a tuple with the TopSwitchMemory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTopSwitchMemory
func (o *SwitchUtilizationVO) SetTopSwitchMemory(v []TopModelBaseVO)
SetTopSwitchMemory sets TopSwitchMemory field to given value.
HasTopSwitchMemory
func (o *SwitchUtilizationVO) HasTopSwitchMemory() bool
HasTopSwitchMemory returns a boolean if a field has been set.