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