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