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