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