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