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