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