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