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