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