Documentation ¶
Index ¶
- func DataSourceByteplusEcsDeploymentSets() *schema.Resource
- func ResourceByteplusEcsDeploymentSet() *schema.Resource
- type ByteplusEcsDeploymentSetService
- func (s *ByteplusEcsDeploymentSetService) CreateResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
- func (s *ByteplusEcsDeploymentSetService) DatasourceResources(data *schema.ResourceData, resource *schema.Resource) bp.DataSourceInfo
- func (s *ByteplusEcsDeploymentSetService) GetClient() *bp.SdkClient
- func (s *ByteplusEcsDeploymentSetService) ModifyResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
- func (s *ByteplusEcsDeploymentSetService) ReadResource(resourceData *schema.ResourceData, instanceId string) (data map[string]interface{}, err error)
- func (ByteplusEcsDeploymentSetService) ReadResourceId(id string) string
- func (s *ByteplusEcsDeploymentSetService) ReadResources(condition map[string]interface{}) ([]interface{}, error)
- func (s *ByteplusEcsDeploymentSetService) RefreshResourceState(data *schema.ResourceData, strings []string, duration time.Duration, id string) *resource.StateChangeConf
- func (s *ByteplusEcsDeploymentSetService) RemoveResource(resourceData *schema.ResourceData, r *schema.Resource) []bp.Callback
- func (s *ByteplusEcsDeploymentSetService) WithResourceResponseHandlers(deploymentSet map[string]interface{}) []bp.ResourceResponseHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ByteplusEcsDeploymentSetService ¶
func NewEcsDeploymentSetService ¶
func NewEcsDeploymentSetService(c *bp.SdkClient) *ByteplusEcsDeploymentSetService
func (*ByteplusEcsDeploymentSetService) CreateResource ¶
func (s *ByteplusEcsDeploymentSetService) CreateResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
func (*ByteplusEcsDeploymentSetService) DatasourceResources ¶
func (s *ByteplusEcsDeploymentSetService) DatasourceResources(data *schema.ResourceData, resource *schema.Resource) bp.DataSourceInfo
func (*ByteplusEcsDeploymentSetService) GetClient ¶
func (s *ByteplusEcsDeploymentSetService) GetClient() *bp.SdkClient
func (*ByteplusEcsDeploymentSetService) ModifyResource ¶
func (s *ByteplusEcsDeploymentSetService) ModifyResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
func (*ByteplusEcsDeploymentSetService) ReadResource ¶
func (s *ByteplusEcsDeploymentSetService) ReadResource(resourceData *schema.ResourceData, instanceId string) (data map[string]interface{}, err error)
func (ByteplusEcsDeploymentSetService) ReadResourceId ¶
func (ByteplusEcsDeploymentSetService) ReadResourceId(id string) string
func (*ByteplusEcsDeploymentSetService) ReadResources ¶
func (s *ByteplusEcsDeploymentSetService) ReadResources(condition map[string]interface{}) ([]interface{}, error)
func (*ByteplusEcsDeploymentSetService) RefreshResourceState ¶
func (s *ByteplusEcsDeploymentSetService) RefreshResourceState(data *schema.ResourceData, strings []string, duration time.Duration, id string) *resource.StateChangeConf
func (*ByteplusEcsDeploymentSetService) RemoveResource ¶
func (s *ByteplusEcsDeploymentSetService) RemoveResource(resourceData *schema.ResourceData, r *schema.Resource) []bp.Callback
func (*ByteplusEcsDeploymentSetService) WithResourceResponseHandlers ¶
func (s *ByteplusEcsDeploymentSetService) WithResourceResponseHandlers(deploymentSet map[string]interface{}) []bp.ResourceResponseHandler
Click to show internal directories.
Click to hide internal directories.