Versions in this module Expand all Collapse all v0 v0.9.3 Apr 23, 2024 v0.9.2 Mar 22, 2024 v0.9.1 Mar 14, 2024 v0.9.0 Mar 6, 2024 v0.8.0 Sep 6, 2023 v0.7.0 Jun 26, 2023 v0.6.2 May 30, 2023 v0.6.1 Apr 19, 2023 v0.6.0 Mar 22, 2023 Changes in this version + type Detail struct + ArchType string + AvailableZones []string + Bandwidth string + EcsFlavorId string + IOs []IO + PartitionNum string + ProductID string + ProductInfos []ProductInfo + SpecCode string + Storage string + Tps string + UnavailableZones []string + VMSpecification string + type GetResponse struct + Hourly []Parameter + Monthly []Parameter + func Get(client *golangsdk.ServiceClient, engine string) (*GetResponse, error) + type GetResult struct + type IO struct + AvailableZones []string + IOType string + StorageSpecCode string + UnavailableZones []string + VolumeType string + type IOEntity struct + AvailableZones []string + IoSpec string + Type string + UnavailableZones []string + type ListOpts struct + ProductId string + type ListResp struct + Engine string + Products []Product + Versions []string + func List(c *golangsdk.ServiceClient, engineType string, opts ListOpts) (*ListResp, error) + type Parameter struct + Name string + Values []Value + Version string + type Product struct + ArchTypes []string + BillingCode string + ChargingModes []string + EcsFlavorId string + IOs []IOEntity + ProductId string + Properties PropertiesEntity + SupportFeatures []SupportFeatureEntity + Type string + type ProductInfo struct + AvailableZones []string + IOs []IO + NodeNum string + ProductID string + SpecCode string + Storage string + UnavailableZones []string + type PropertiesEntity struct + MaxBandwidthPerBroker string + MaxBroker string + MaxConsumerPerBroker string + MaxPartitionPerBroker string + MaxStoragePerNode string + MaxTpsPerBroker string + MinBroker string + MinStoragePerNode string + ProductAlias string + type SupportFeatureEntity struct + Name string + Properties SupportFeaturePropertiesEntity + type SupportFeaturePropertiesEntity struct + MaxNode string + MaxTask string + MinNode string + MinTask string + type Value struct + AvailableZones []string + Details []Detail + Name string + UnavailableZones []string