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