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