Documentation ¶
Index ¶
- func DataSourceByteplusIamPolicies() *schema.Resource
- func ResourceByteplusIamPolicy() *schema.Resource
- type ByteplusIamPolicyService
- func (s *ByteplusIamPolicyService) CreateResource(data *schema.ResourceData, resource *schema.Resource) []bp.Callback
- func (s *ByteplusIamPolicyService) DatasourceResources(data *schema.ResourceData, resource *schema.Resource) bp.DataSourceInfo
- func (s *ByteplusIamPolicyService) GetClient() *bp.SdkClient
- func (s *ByteplusIamPolicyService) MergeAttachedPolicies(attached []interface{}, source []interface{}, k, v, attachKey string) (data []interface{}, err error)
- func (s *ByteplusIamPolicyService) ModifyResource(data *schema.ResourceData, resource *schema.Resource) []bp.Callback
- func (s *ByteplusIamPolicyService) ReadResource(resourceData *schema.ResourceData, policyId string) (data map[string]interface{}, err error)
- func (s *ByteplusIamPolicyService) ReadResourceId(id string) string
- func (s *ByteplusIamPolicyService) ReadResources(m map[string]interface{}) (data []interface{}, err error)
- func (s *ByteplusIamPolicyService) RefreshResourceState(data *schema.ResourceData, strings []string, duration time.Duration, id string) *resource.StateChangeConf
- func (s *ByteplusIamPolicyService) RemoveResource(data *schema.ResourceData, r *schema.Resource) []bp.Callback
- func (s *ByteplusIamPolicyService) WithResourceResponseHandlers(policy map[string]interface{}) []bp.ResourceResponseHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ByteplusIamPolicyService ¶
func NewIamPolicyService ¶
func NewIamPolicyService(c *bp.SdkClient) *ByteplusIamPolicyService
func (*ByteplusIamPolicyService) CreateResource ¶
func (s *ByteplusIamPolicyService) CreateResource(data *schema.ResourceData, resource *schema.Resource) []bp.Callback
func (*ByteplusIamPolicyService) DatasourceResources ¶
func (s *ByteplusIamPolicyService) DatasourceResources(data *schema.ResourceData, resource *schema.Resource) bp.DataSourceInfo
func (*ByteplusIamPolicyService) GetClient ¶
func (s *ByteplusIamPolicyService) GetClient() *bp.SdkClient
func (*ByteplusIamPolicyService) MergeAttachedPolicies ¶
func (s *ByteplusIamPolicyService) MergeAttachedPolicies(attached []interface{}, source []interface{}, k, v, attachKey string) (data []interface{}, err error)
func (*ByteplusIamPolicyService) ModifyResource ¶
func (s *ByteplusIamPolicyService) ModifyResource(data *schema.ResourceData, resource *schema.Resource) []bp.Callback
func (*ByteplusIamPolicyService) ReadResource ¶
func (s *ByteplusIamPolicyService) ReadResource(resourceData *schema.ResourceData, policyId string) (data map[string]interface{}, err error)
func (*ByteplusIamPolicyService) ReadResourceId ¶
func (s *ByteplusIamPolicyService) ReadResourceId(id string) string
func (*ByteplusIamPolicyService) ReadResources ¶
func (s *ByteplusIamPolicyService) ReadResources(m map[string]interface{}) (data []interface{}, err error)
func (*ByteplusIamPolicyService) RefreshResourceState ¶
func (s *ByteplusIamPolicyService) RefreshResourceState(data *schema.ResourceData, strings []string, duration time.Duration, id string) *resource.StateChangeConf
func (*ByteplusIamPolicyService) RemoveResource ¶
func (s *ByteplusIamPolicyService) RemoveResource(data *schema.ResourceData, r *schema.Resource) []bp.Callback
func (*ByteplusIamPolicyService) WithResourceResponseHandlers ¶
func (s *ByteplusIamPolicyService) WithResourceResponseHandlers(policy map[string]interface{}) []bp.ResourceResponseHandler
Click to show internal directories.
Click to hide internal directories.