stats

package
v4.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

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 (*DownSamplingOperator) UnmarshalJSON

func (e *DownSamplingOperator) UnmarshalJSON(b []byte) error

type FileDetail

type FileDetail struct {
	Path        *string `json:"-"`
	ObjectType_ *string `json:"-"`
}

func NewFileDetail

func NewFileDetail() *FileDetail

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL