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