Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Autoscalepolicystats ¶
type Autoscalepolicystats struct { /** * The name of the autoscale policy for which statistics will be displayed. If not given statistics are shown for all autoscale policies. */ Name string `json:"name,omitempty"` /** * Clear the statsistics / counters */ Clearstats string `json:"clearstats,omitempty"` Pipolicyhits int `json:"pipolicyhits,omitempty"` /** * Number of hits on the policy */ Pipolicyhitsrate float64 `json:"pipolicyhitsrate,omitempty"` Pipolicyundefhits int `json:"pipolicyundefhits,omitempty"` /** * Number of undef hits on the policy */ Pipolicyundefhitsrate float64 `json:"pipolicyundefhitsrate,omitempty"` }
Click to show internal directories.
Click to hide internal directories.