Name | Type | Description | Notes |
---|---|---|---|
Cpu | Pointer to []StatsAvailableCpuInner | CPU usage stats from the last 24 hours. | [optional] |
Disk | Pointer to []StatsAvailableCpuInner | Disk usage stats from the last 24 hours. | [optional] |
NetIn | Pointer to []StatsAvailableCpuInner | Inbound network traffic stats from the last 24 hours. | [optional] |
NetOut | Pointer to []StatsAvailableCpuInner | Outbound network traffic stats from the last 24 hours. | [optional] |
Swap | Pointer to []StatsAvailableCpuInner | Swap usage stats from the last 24 hours. | [optional] |
func NewStatsAvailable() *StatsAvailable
NewStatsAvailable instantiates a new StatsAvailable 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 NewStatsAvailableWithDefaults() *StatsAvailable
NewStatsAvailableWithDefaults instantiates a new StatsAvailable 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 *StatsAvailable) GetCpu() []StatsAvailableCpuInner
GetCpu returns the Cpu field if non-nil, zero value otherwise.
func (o *StatsAvailable) GetCpuOk() (*[]StatsAvailableCpuInner, bool)
GetCpuOk returns a tuple with the Cpu field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StatsAvailable) SetCpu(v []StatsAvailableCpuInner)
SetCpu sets Cpu field to given value.
func (o *StatsAvailable) HasCpu() bool
HasCpu returns a boolean if a field has been set.
func (o *StatsAvailable) GetDisk() []StatsAvailableCpuInner
GetDisk returns the Disk field if non-nil, zero value otherwise.
func (o *StatsAvailable) GetDiskOk() (*[]StatsAvailableCpuInner, bool)
GetDiskOk returns a tuple with the Disk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StatsAvailable) SetDisk(v []StatsAvailableCpuInner)
SetDisk sets Disk field to given value.
func (o *StatsAvailable) HasDisk() bool
HasDisk returns a boolean if a field has been set.
func (o *StatsAvailable) GetNetIn() []StatsAvailableCpuInner
GetNetIn returns the NetIn field if non-nil, zero value otherwise.
func (o *StatsAvailable) GetNetInOk() (*[]StatsAvailableCpuInner, bool)
GetNetInOk returns a tuple with the NetIn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StatsAvailable) SetNetIn(v []StatsAvailableCpuInner)
SetNetIn sets NetIn field to given value.
func (o *StatsAvailable) HasNetIn() bool
HasNetIn returns a boolean if a field has been set.
func (o *StatsAvailable) GetNetOut() []StatsAvailableCpuInner
GetNetOut returns the NetOut field if non-nil, zero value otherwise.
func (o *StatsAvailable) GetNetOutOk() (*[]StatsAvailableCpuInner, bool)
GetNetOutOk returns a tuple with the NetOut field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StatsAvailable) SetNetOut(v []StatsAvailableCpuInner)
SetNetOut sets NetOut field to given value.
func (o *StatsAvailable) HasNetOut() bool
HasNetOut returns a boolean if a field has been set.
func (o *StatsAvailable) GetSwap() []StatsAvailableCpuInner
GetSwap returns the Swap field if non-nil, zero value otherwise.
func (o *StatsAvailable) GetSwapOk() (*[]StatsAvailableCpuInner, bool)
GetSwapOk returns a tuple with the Swap field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StatsAvailable) SetSwap(v []StatsAvailableCpuInner)
SetSwap sets Swap field to given value.
func (o *StatsAvailable) HasSwap() bool
HasSwap returns a boolean if a field has been set.