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