Documentation
¶
Index ¶
- Constants
- func DataSourceByteplusRedisAllowLists() *schema.Resource
- func ResourceByteplusRedisAllowList() *schema.Resource
- type ByteplusRedisAllowListService
- func (s *ByteplusRedisAllowListService) CreateResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
- func (s *ByteplusRedisAllowListService) DatasourceResources(data *schema.ResourceData, resource2 *schema.Resource) bp.DataSourceInfo
- func (s *ByteplusRedisAllowListService) GetClient() *bp.SdkClient
- func (s *ByteplusRedisAllowListService) ModifyResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
- func (s *ByteplusRedisAllowListService) ReadResource(resourceData *schema.ResourceData, allowlistId string) (data map[string]interface{}, err error)
- func (s *ByteplusRedisAllowListService) ReadResourceId(id string) string
- func (s *ByteplusRedisAllowListService) ReadResources(m map[string]interface{}) (data []interface{}, err error)
- func (s *ByteplusRedisAllowListService) RefreshResourceState(resourceData *schema.ResourceData, target []string, timeout time.Duration, ...) *resource.StateChangeConf
- func (s *ByteplusRedisAllowListService) RemoveResource(resourceData *schema.ResourceData, r *schema.Resource) []bp.Callback
- func (ByteplusRedisAllowListService) WithResourceResponseHandlers(allowlist map[string]interface{}) []bp.ResourceResponseHandler
Constants ¶
View Source
const ( ActionDeleteAllowList = "DeleteAllowList" ActionCreateAllowList = "CreateAllowList" ActionModifyAllowList = "ModifyAllowList" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ByteplusRedisAllowListService ¶
func NewRedisAllowListService ¶
func NewRedisAllowListService(c *bp.SdkClient) *ByteplusRedisAllowListService
func (*ByteplusRedisAllowListService) CreateResource ¶
func (s *ByteplusRedisAllowListService) CreateResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
func (*ByteplusRedisAllowListService) DatasourceResources ¶
func (s *ByteplusRedisAllowListService) DatasourceResources(data *schema.ResourceData, resource2 *schema.Resource) bp.DataSourceInfo
func (*ByteplusRedisAllowListService) GetClient ¶
func (s *ByteplusRedisAllowListService) GetClient() *bp.SdkClient
func (*ByteplusRedisAllowListService) ModifyResource ¶
func (s *ByteplusRedisAllowListService) ModifyResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
func (*ByteplusRedisAllowListService) ReadResource ¶
func (s *ByteplusRedisAllowListService) ReadResource(resourceData *schema.ResourceData, allowlistId string) (data map[string]interface{}, err error)
func (*ByteplusRedisAllowListService) ReadResourceId ¶
func (s *ByteplusRedisAllowListService) ReadResourceId(id string) string
func (*ByteplusRedisAllowListService) ReadResources ¶
func (s *ByteplusRedisAllowListService) ReadResources(m map[string]interface{}) (data []interface{}, err error)
func (*ByteplusRedisAllowListService) RefreshResourceState ¶
func (s *ByteplusRedisAllowListService) RefreshResourceState(resourceData *schema.ResourceData, target []string, timeout time.Duration, id string) *resource.StateChangeConf
func (*ByteplusRedisAllowListService) RemoveResource ¶
func (s *ByteplusRedisAllowListService) RemoveResource(resourceData *schema.ResourceData, r *schema.Resource) []bp.Callback
func (ByteplusRedisAllowListService) WithResourceResponseHandlers ¶
func (ByteplusRedisAllowListService) WithResourceResponseHandlers(allowlist map[string]interface{}) []bp.ResourceResponseHandler
Click to show internal directories.
Click to hide internal directories.