Versions in this module Expand all Collapse all v0 v0.0.21 Sep 3, 2025 v0.0.18 Jul 25, 2025 Changes in this version + func DataSourceByteplusInstanceSpecs() *schema.Resource + type ByteplusInstanceSpecService struct + Client *bp.SdkClient + Dispatcher *bp.Dispatcher + func NewInstanceSpecService(c *bp.SdkClient) *ByteplusInstanceSpecService + func (ByteplusInstanceSpecService) WithResourceResponseHandlers(d map[string]interface{}) []bp.ResourceResponseHandler + 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