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