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