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