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