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