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