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