Documentation
¶
Index ¶
- func DataSourceByteplusRdsMysqlParameterTemplates() *schema.Resource
- func ResourceByteplusRdsMysqlParameterTemplate() *schema.Resource
- type ByteplusRdsMysqlParameterTemplateService
- func (s *ByteplusRdsMysqlParameterTemplateService) CreateResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
- func (s *ByteplusRdsMysqlParameterTemplateService) DatasourceResources(*schema.ResourceData, *schema.Resource) bp.DataSourceInfo
- func (s *ByteplusRdsMysqlParameterTemplateService) GetClient() *bp.SdkClient
- func (s *ByteplusRdsMysqlParameterTemplateService) ModifyResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
- func (s *ByteplusRdsMysqlParameterTemplateService) ReadResource(resourceData *schema.ResourceData, id string) (data map[string]interface{}, err error)
- func (s *ByteplusRdsMysqlParameterTemplateService) ReadResourceId(id string) string
- func (s *ByteplusRdsMysqlParameterTemplateService) ReadResources(m map[string]interface{}) (data []interface{}, err error)
- func (s *ByteplusRdsMysqlParameterTemplateService) RefreshResourceState(resourceData *schema.ResourceData, target []string, timeout time.Duration, ...) *resource.StateChangeConf
- func (s *ByteplusRdsMysqlParameterTemplateService) RemoveResource(resourceData *schema.ResourceData, r *schema.Resource) []bp.Callback
- func (ByteplusRdsMysqlParameterTemplateService) WithResourceResponseHandlers(d map[string]interface{}) []bp.ResourceResponseHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ByteplusRdsMysqlParameterTemplateService ¶
type ByteplusRdsMysqlParameterTemplateService struct { Client *bp.SdkClient Dispatcher *bp.Dispatcher }
func NewRdsMysqlParameterTemplateService ¶
func NewRdsMysqlParameterTemplateService(c *bp.SdkClient) *ByteplusRdsMysqlParameterTemplateService
func (*ByteplusRdsMysqlParameterTemplateService) CreateResource ¶
func (s *ByteplusRdsMysqlParameterTemplateService) CreateResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
func (*ByteplusRdsMysqlParameterTemplateService) DatasourceResources ¶
func (s *ByteplusRdsMysqlParameterTemplateService) DatasourceResources(*schema.ResourceData, *schema.Resource) bp.DataSourceInfo
func (*ByteplusRdsMysqlParameterTemplateService) GetClient ¶
func (s *ByteplusRdsMysqlParameterTemplateService) GetClient() *bp.SdkClient
func (*ByteplusRdsMysqlParameterTemplateService) ModifyResource ¶
func (s *ByteplusRdsMysqlParameterTemplateService) ModifyResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
func (*ByteplusRdsMysqlParameterTemplateService) ReadResource ¶
func (s *ByteplusRdsMysqlParameterTemplateService) ReadResource(resourceData *schema.ResourceData, id string) (data map[string]interface{}, err error)
func (*ByteplusRdsMysqlParameterTemplateService) ReadResourceId ¶
func (s *ByteplusRdsMysqlParameterTemplateService) ReadResourceId(id string) string
func (*ByteplusRdsMysqlParameterTemplateService) ReadResources ¶
func (s *ByteplusRdsMysqlParameterTemplateService) ReadResources(m map[string]interface{}) (data []interface{}, err error)
func (*ByteplusRdsMysqlParameterTemplateService) RefreshResourceState ¶
func (s *ByteplusRdsMysqlParameterTemplateService) RefreshResourceState(resourceData *schema.ResourceData, target []string, timeout time.Duration, id string) *resource.StateChangeConf
func (*ByteplusRdsMysqlParameterTemplateService) RemoveResource ¶
func (s *ByteplusRdsMysqlParameterTemplateService) RemoveResource(resourceData *schema.ResourceData, r *schema.Resource) []bp.Callback
func (ByteplusRdsMysqlParameterTemplateService) WithResourceResponseHandlers ¶
func (ByteplusRdsMysqlParameterTemplateService) WithResourceResponseHandlers(d map[string]interface{}) []bp.ResourceResponseHandler
Click to show internal directories.
Click to hide internal directories.