Documentation
¶
Index ¶
- Constants
- func ResourceByteplusRedisEndpoint() *schema.Resource
- type ByteplusRedisEndpointService
- func (s *ByteplusRedisEndpointService) CreateResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
- func (s *ByteplusRedisEndpointService) DatasourceResources(data *schema.ResourceData, resource2 *schema.Resource) bp.DataSourceInfo
- func (s *ByteplusRedisEndpointService) GetClient() *bp.SdkClient
- func (s *ByteplusRedisEndpointService) ModifyResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
- func (s *ByteplusRedisEndpointService) ReadResource(resourceData *schema.ResourceData, tmpId string) (data map[string]interface{}, err error)
- func (s *ByteplusRedisEndpointService) ReadResourceId(id string) string
- func (s *ByteplusRedisEndpointService) ReadResources(m map[string]interface{}) (data []interface{}, err error)
- func (s *ByteplusRedisEndpointService) RefreshResourceState(resourceData *schema.ResourceData, target []string, timeout time.Duration, ...) *resource.StateChangeConf
- func (s *ByteplusRedisEndpointService) RemoveResource(resourceData *schema.ResourceData, r *schema.Resource) []bp.Callback
- func (s *ByteplusRedisEndpointService) WithResourceResponseHandlers(endpoint map[string]interface{}) []bp.ResourceResponseHandler
Constants ¶
View Source
const ( ActionCreateDBEndpointPublicAddress = "CreateDBEndpointPublicAddress" ActionDeleteDBEndpointPublicAddress = "DeleteDBEndpointPublicAddress" ActionDescribeDBInstanceDetail = "DescribeDBInstanceDetail" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ByteplusRedisEndpointService ¶
func NewRedisEndpointService ¶
func NewRedisEndpointService(c *bp.SdkClient) *ByteplusRedisEndpointService
func (*ByteplusRedisEndpointService) CreateResource ¶
func (s *ByteplusRedisEndpointService) CreateResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
func (*ByteplusRedisEndpointService) DatasourceResources ¶
func (s *ByteplusRedisEndpointService) DatasourceResources(data *schema.ResourceData, resource2 *schema.Resource) bp.DataSourceInfo
func (*ByteplusRedisEndpointService) GetClient ¶
func (s *ByteplusRedisEndpointService) GetClient() *bp.SdkClient
func (*ByteplusRedisEndpointService) ModifyResource ¶
func (s *ByteplusRedisEndpointService) ModifyResource(resourceData *schema.ResourceData, resource *schema.Resource) []bp.Callback
func (*ByteplusRedisEndpointService) ReadResource ¶
func (s *ByteplusRedisEndpointService) ReadResource(resourceData *schema.ResourceData, tmpId string) (data map[string]interface{}, err error)
func (*ByteplusRedisEndpointService) ReadResourceId ¶
func (s *ByteplusRedisEndpointService) ReadResourceId(id string) string
func (*ByteplusRedisEndpointService) ReadResources ¶
func (s *ByteplusRedisEndpointService) ReadResources(m map[string]interface{}) (data []interface{}, err error)
func (*ByteplusRedisEndpointService) RefreshResourceState ¶
func (s *ByteplusRedisEndpointService) RefreshResourceState(resourceData *schema.ResourceData, target []string, timeout time.Duration, id string) *resource.StateChangeConf
func (*ByteplusRedisEndpointService) RemoveResource ¶
func (s *ByteplusRedisEndpointService) RemoveResource(resourceData *schema.ResourceData, r *schema.Resource) []bp.Callback
func (*ByteplusRedisEndpointService) WithResourceResponseHandlers ¶
func (s *ByteplusRedisEndpointService) WithResourceResponseHandlers(endpoint map[string]interface{}) []bp.ResourceResponseHandler
Click to show internal directories.
Click to hide internal directories.