Documentation ¶
Index ¶
Constants ¶
View Source
const ( MinPageSize requests.Integer = "1" MaxPageSize requests.Integer = "100" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type VendorClient ¶
type VendorClient interface { // NewVendorClient 创建云厂商客户端 NewVendorClient(secretID, secretKey string) VendorClient // GetRegions 获取地域列表 GetRegions() ([]*cmdb.Region, error) // GetInstances 获取实例列表 GetInstances(region string) ([]cmdb.VirtualMachine, error) }
func GetVendorClient ¶
func GetVendorClient(conf *cmdb.CloudPlatform) (VendorClient, error)
GetVendorClient 获取云厂商客户端
Click to show internal directories.
Click to hide internal directories.