Documentation
¶
Overview ¶
Module common.v1.stats of Nutanix Virtual Machine Management APIs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownSamplingOperator ¶
type DownSamplingOperator int
The operator to use while performing down-sampling on stats data. Allowed values are SUM, MIN, MAX, AVG, COUNT and LAST.
const ( DOWNSAMPLINGOPERATOR_UNKNOWN DownSamplingOperator = 0 DOWNSAMPLINGOPERATOR_REDACTED DownSamplingOperator = 1 DOWNSAMPLINGOPERATOR_SUM DownSamplingOperator = 2 DOWNSAMPLINGOPERATOR_MIN DownSamplingOperator = 3 DOWNSAMPLINGOPERATOR_MAX DownSamplingOperator = 4 DOWNSAMPLINGOPERATOR_AVG DownSamplingOperator = 5 DOWNSAMPLINGOPERATOR_COUNT DownSamplingOperator = 6 DOWNSAMPLINGOPERATOR_LAST DownSamplingOperator = 7 )
func (DownSamplingOperator) GetName ¶
func (e DownSamplingOperator) GetName() string
Returns the name of the enum
func (*DownSamplingOperator) MarshalJSON ¶
func (e *DownSamplingOperator) MarshalJSON() ([]byte, error)
func (DownSamplingOperator) Ref ¶
func (e DownSamplingOperator) Ref() *DownSamplingOperator
func (*DownSamplingOperator) UnmarshalJSON ¶
func (e *DownSamplingOperator) UnmarshalJSON(b []byte) error
type FileDetail ¶
func NewFileDetail ¶
func NewFileDetail() *FileDetail
Click to show internal directories.
Click to hide internal directories.