Documentation
¶
Index ¶
Constants ¶
View Source
const ( STORAGE_ID = "storage" CLOUDACCOUNT_FIELD = "balance" STORAGE_MEASUREMENT = "storage" STORAGE_FIELD_USAGE = "usage_active" STORAGE_FIELD_FREE = "free" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SStorageReport ¶
type SStorageReport struct {
common.CloudReportBase
}
func (*SStorageReport) Report ¶
func (self *SStorageReport) Report() error
type SStorageReportFactory ¶
type SStorageReportFactory struct {
common.CommonReportFactory
}
func (SStorageReportFactory) GetId ¶
func (S SStorageReportFactory) GetId() string
func (*SStorageReportFactory) NewCloudReport ¶
func (self *SStorageReportFactory) NewCloudReport(provider *common.SProvider, session *mcclient.ClientSession, args *options.ReportOptions, operatorType string) common.ICloudReport
Click to show internal directories.
Click to hide internal directories.