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