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