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