Documentation ¶
Index ¶
- Constants
- func ResourceVestackSecurityGroupRule() *schema.Resource
- type Direction
- type VestackSecurityGroupRuleService
- func (s *VestackSecurityGroupRuleService) CreateResource(resourceData *schema.ResourceData, resource *schema.Resource) []ve.Callback
- func (s *VestackSecurityGroupRuleService) DatasourceResources(*schema.ResourceData, *schema.Resource) ve.DataSourceInfo
- func (s *VestackSecurityGroupRuleService) GetClient() *ve.SdkClient
- func (s *VestackSecurityGroupRuleService) ModifyResource(resourceData *schema.ResourceData, resource *schema.Resource) []ve.Callback
- func (s *VestackSecurityGroupRuleService) ReadResource(resourceData *schema.ResourceData, tmpId string) (data map[string]interface{}, err error)
- func (s *VestackSecurityGroupRuleService) ReadResourceId(id string) string
- func (s *VestackSecurityGroupRuleService) ReadResources(condition map[string]interface{}) (data []interface{}, err error)
- func (s *VestackSecurityGroupRuleService) RefreshResourceState(resourceData *schema.ResourceData, target []string, timeout time.Duration, ...) *resource.StateChangeConf
- func (s *VestackSecurityGroupRuleService) RemoveResource(resourceData *schema.ResourceData, r *schema.Resource) []ve.Callback
- func (VestackSecurityGroupRuleService) WithResourceResponseHandlers(rule map[string]interface{}) []ve.ResourceResponseHandler
Constants ¶
View Source
const ( DirectionIngress = Direction("ingress") DirectionEgress = Direction("egress") )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type VestackSecurityGroupRuleService ¶
type VestackSecurityGroupRuleService struct { Client *ve.SdkClient Dispatcher *ve.Dispatcher }
func NewSecurityGroupRuleService ¶
func NewSecurityGroupRuleService(c *ve.SdkClient) *VestackSecurityGroupRuleService
func (*VestackSecurityGroupRuleService) CreateResource ¶
func (s *VestackSecurityGroupRuleService) CreateResource(resourceData *schema.ResourceData, resource *schema.Resource) []ve.Callback
func (*VestackSecurityGroupRuleService) DatasourceResources ¶
func (s *VestackSecurityGroupRuleService) DatasourceResources(*schema.ResourceData, *schema.Resource) ve.DataSourceInfo
func (*VestackSecurityGroupRuleService) GetClient ¶
func (s *VestackSecurityGroupRuleService) GetClient() *ve.SdkClient
func (*VestackSecurityGroupRuleService) ModifyResource ¶
func (s *VestackSecurityGroupRuleService) ModifyResource(resourceData *schema.ResourceData, resource *schema.Resource) []ve.Callback
func (*VestackSecurityGroupRuleService) ReadResource ¶
func (s *VestackSecurityGroupRuleService) ReadResource(resourceData *schema.ResourceData, tmpId string) (data map[string]interface{}, err error)
func (*VestackSecurityGroupRuleService) ReadResourceId ¶
func (s *VestackSecurityGroupRuleService) ReadResourceId(id string) string
func (*VestackSecurityGroupRuleService) ReadResources ¶
func (s *VestackSecurityGroupRuleService) ReadResources(condition map[string]interface{}) (data []interface{}, err error)
func (*VestackSecurityGroupRuleService) RefreshResourceState ¶
func (s *VestackSecurityGroupRuleService) RefreshResourceState(resourceData *schema.ResourceData, target []string, timeout time.Duration, id string) *resource.StateChangeConf
func (*VestackSecurityGroupRuleService) RemoveResource ¶
func (s *VestackSecurityGroupRuleService) RemoveResource(resourceData *schema.ResourceData, r *schema.Resource) []ve.Callback
func (VestackSecurityGroupRuleService) WithResourceResponseHandlers ¶
func (VestackSecurityGroupRuleService) WithResourceResponseHandlers(rule map[string]interface{}) []ve.ResourceResponseHandler
Click to show internal directories.
Click to hide internal directories.