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