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