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