Documentation ¶
Index ¶
- Constants
- Variables
- func DataSourceTencentCloudCwpMachinesSimple() *schema.Resource
- func ResourceTencentCloudCwpLicenseBindAttachment() *schema.Resource
- func ResourceTencentCloudCwpLicenseOrder() *schema.Resource
- type CwpService
- func (me *CwpService) DeleteCwpLicenseBindAttachmentById(ctx context.Context, resourceId, quuid, licenseType string) (errRet error)
- func (me *CwpService) DeleteCwpLicenseOrderById(ctx context.Context, resourceId string, licenseType *uint64) (errRet error)
- func (me *CwpService) DescribeCwpLicenseBindAttachmentById(ctx context.Context, resourceId, quuid string, licenseId, licenseType uint64) (licenseBindAttachment *cwp.LicenseBindDetail, errRet error)
- func (me *CwpService) DescribeCwpLicenseOrderById(ctx context.Context, resourceId string) (licenseOrder *cwp.LicenseDetail, errRet error)
- func (me *CwpService) DescribeCwpMachinesSimpleByFilter(ctx context.Context, param map[string]interface{}) (machinesSimple []*cwp.MachineSimple, errRet error)
Constants ¶
View Source
const ( LICENSE_TYPE_0 = 0 LICENSE_TYPE_1 = 1 LICENSE_TYPE_2 = 2 )
View Source
const ( REGION_ID_1 = 1 REGION_ID_9 = 9 )
Variables ¶
View Source
var LICENSE_TYPE = []int{ LICENSE_TYPE_0, LICENSE_TYPE_1, LICENSE_TYPE_2, }
View Source
var REGION_ID = []int{ REGION_ID_1, REGION_ID_9, }
Functions ¶
Types ¶
type CwpService ¶
type CwpService struct {
// contains filtered or unexported fields
}
func (*CwpService) DeleteCwpLicenseBindAttachmentById ¶
func (me *CwpService) DeleteCwpLicenseBindAttachmentById(ctx context.Context, resourceId, quuid, licenseType string) (errRet error)
func (*CwpService) DeleteCwpLicenseOrderById ¶
func (*CwpService) DescribeCwpLicenseBindAttachmentById ¶
func (me *CwpService) DescribeCwpLicenseBindAttachmentById(ctx context.Context, resourceId, quuid string, licenseId, licenseType uint64) (licenseBindAttachment *cwp.LicenseBindDetail, errRet error)
func (*CwpService) DescribeCwpLicenseOrderById ¶
func (me *CwpService) DescribeCwpLicenseOrderById(ctx context.Context, resourceId string) (licenseOrder *cwp.LicenseDetail, errRet error)
func (*CwpService) DescribeCwpMachinesSimpleByFilter ¶
func (me *CwpService) DescribeCwpMachinesSimpleByFilter(ctx context.Context, param map[string]interface{}) (machinesSimple []*cwp.MachineSimple, errRet error)
Click to show internal directories.
Click to hide internal directories.