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