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