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