Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Detail ¶
type Detail struct {
Storage string `json:"storage"`
ProductID string `json:"product_id"`
SpecCode string `json:"spec_code"`
VMSpecification string `json:"vm_specification"`
ProductInfos []ProductInfo `json:"product_info"`
PartitionNum string `json:"partition_num"`
Bandwidth string `json:"bandwidth"`
IOs []IO `json:"io"`
}
Detail for dms
type GetResponse ¶
GetResponse response
type GetResult ¶
type GetResult struct {
golangsdk.Result
}
GetResult contains the body of getting detailed
func (GetResult) Extract ¶
func (r GetResult) Extract() (*GetResponse, error)
Extract from GetResult
type Parameter ¶
type Parameter struct {
Name string `json:"name"`
Version string `json:"version"`
Values []Value `json:"values"`
}
Parameter for dms
Click to show internal directories.
Click to hide internal directories.