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