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