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