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