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