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