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