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