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