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