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