Documentation
¶
Index ¶
- Constants
- func ResourceByteplusMongodbAllowListAssociate() *schema.Resource
- type ByteplusMongodbAllowListAssociateService
- func (s *ByteplusMongodbAllowListAssociateService) CreateResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
- func (s *ByteplusMongodbAllowListAssociateService) DatasourceResources(data *schema.ResourceData, resource2 *schema.Resource) bp.DataSourceInfo
- func (s *ByteplusMongodbAllowListAssociateService) GetClient() *bp.SdkClient
- func (s *ByteplusMongodbAllowListAssociateService) ModifyResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
- func (s *ByteplusMongodbAllowListAssociateService) ReadResource(resourceData *schema.ResourceData, id string) (data map[string]interface{}, err error)
- func (s *ByteplusMongodbAllowListAssociateService) ReadResourceId(id string) string
- func (s *ByteplusMongodbAllowListAssociateService) ReadResources(m map[string]interface{}) (data []interface{}, err error)
- func (s *ByteplusMongodbAllowListAssociateService) RefreshResourceState(resourceData *schema.ResourceData, target []string, timeout time.Duration, ...) *resource.StateChangeConf
- func (s *ByteplusMongodbAllowListAssociateService) RemoveResource(resourceData *schema.ResourceData, r *schema.Resource) []bp.Callback
- func (s *ByteplusMongodbAllowListAssociateService) WithResourceResponseHandlers(association map[string]interface{}) []bp.ResourceResponseHandler
Constants ¶
View Source
const ( ActionAssociateAllowList = "AssociateAllowList" ActionDisassociateAllowList = "DisassociateAllowList" ActionDescribeAllowListDetail = "DescribeAllowListDetail" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ByteplusMongodbAllowListAssociateService ¶
func NewMongodbAllowListAssociateService ¶
func NewMongodbAllowListAssociateService(c *bp.SdkClient) *ByteplusMongodbAllowListAssociateService
func (*ByteplusMongodbAllowListAssociateService) CreateResource ¶
func (s *ByteplusMongodbAllowListAssociateService) CreateResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
func (*ByteplusMongodbAllowListAssociateService) DatasourceResources ¶
func (s *ByteplusMongodbAllowListAssociateService) DatasourceResources(data *schema.ResourceData, resource2 *schema.Resource) bp.DataSourceInfo
func (*ByteplusMongodbAllowListAssociateService) GetClient ¶
func (s *ByteplusMongodbAllowListAssociateService) GetClient() *bp.SdkClient
func (*ByteplusMongodbAllowListAssociateService) ModifyResource ¶
func (s *ByteplusMongodbAllowListAssociateService) ModifyResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
func (*ByteplusMongodbAllowListAssociateService) ReadResource ¶
func (s *ByteplusMongodbAllowListAssociateService) ReadResource(resourceData *schema.ResourceData, id string) (data map[string]interface{}, err error)
func (*ByteplusMongodbAllowListAssociateService) ReadResourceId ¶
func (s *ByteplusMongodbAllowListAssociateService) ReadResourceId(id string) string
func (*ByteplusMongodbAllowListAssociateService) ReadResources ¶
func (s *ByteplusMongodbAllowListAssociateService) ReadResources(m map[string]interface{}) (data []interface{}, err error)
func (*ByteplusMongodbAllowListAssociateService) RefreshResourceState ¶
func (s *ByteplusMongodbAllowListAssociateService) RefreshResourceState(resourceData *schema.ResourceData, target []string, timeout time.Duration, id string) *resource.StateChangeConf
func (*ByteplusMongodbAllowListAssociateService) RemoveResource ¶
func (s *ByteplusMongodbAllowListAssociateService) RemoveResource(resourceData *schema.ResourceData, r *schema.Resource) []bp.Callback
func (*ByteplusMongodbAllowListAssociateService) WithResourceResponseHandlers ¶
func (s *ByteplusMongodbAllowListAssociateService) WithResourceResponseHandlers(association map[string]interface{}) []bp.ResourceResponseHandler
Click to show internal directories.
Click to hide internal directories.