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