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