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