Documentation ¶
Index ¶
- func ResourceTencentCloudCdwpgInstance() *schema.Resource
- type CdwpgService
- func (me *CdwpgService) DeleteCdwpgInstanceById(ctx context.Context, instanceId string) (errRet error)
- func (me *CdwpgService) DescribeCdwpgInstanceById(ctx context.Context, instanceId string) (instance *cdwpg.SimpleInstanceInfo, errRet error)
- func (me *CdwpgService) InstanceStateRefreshFunc(instanceId string, failStates []string) resource.StateRefreshFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CdwpgService ¶
type CdwpgService struct {
// contains filtered or unexported fields
}
func (*CdwpgService) DeleteCdwpgInstanceById ¶
func (me *CdwpgService) DeleteCdwpgInstanceById(ctx context.Context, instanceId string) (errRet error)
func (*CdwpgService) DescribeCdwpgInstanceById ¶
func (me *CdwpgService) DescribeCdwpgInstanceById(ctx context.Context, instanceId string) (instance *cdwpg.SimpleInstanceInfo, errRet error)
func (*CdwpgService) InstanceStateRefreshFunc ¶
func (me *CdwpgService) InstanceStateRefreshFunc(instanceId string, failStates []string) resource.StateRefreshFunc
Click to show internal directories.
Click to hide internal directories.