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