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