Documentation ¶
Index ¶
- func AliasRead(ctx context.Context, fw firewall.API, d *schema.ResourceData) diag.Diagnostics
- func AliasSchema() map[string]*schema.Schema
- func AliasesRead(ctx context.Context, fw firewall.API, d *schema.ResourceData) diag.Diagnostics
- func AliasesSchema() map[string]*schema.Schema
- func IPSetRead(ctx context.Context, fw firewall.API, d *schema.ResourceData) diag.Diagnostics
- func IPSetSchema() map[string]*schema.Schema
- func IPSetsRead(ctx context.Context, fw firewall.API, d *schema.ResourceData) diag.Diagnostics
- func IPSetsSchema() map[string]*schema.Schema
- func RuleSchema() map[string]*schema.Schema
- func SecurityGroupRead(ctx context.Context, api firewall.SecurityGroup, d *schema.ResourceData) diag.Diagnostics
- func SecurityGroupSchema() map[string]*schema.Schema
- func SecurityGroupsRead(ctx context.Context, api firewall.SecurityGroup, d *schema.ResourceData) diag.Diagnostics
- func SecurityGroupsSchema() map[string]*schema.Schema
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AliasRead ¶
func AliasRead(ctx context.Context, fw firewall.API, d *schema.ResourceData) diag.Diagnostics
AliasRead reads the alias.
func AliasSchema ¶
AliasSchema defines the schema for the alias.
func AliasesRead ¶
func AliasesRead(ctx context.Context, fw firewall.API, d *schema.ResourceData) diag.Diagnostics
AliasesRead reads the aliases.
func AliasesSchema ¶
AliasesSchema defines the schema for the Aliases data source.
func IPSetRead ¶
func IPSetRead(ctx context.Context, fw firewall.API, d *schema.ResourceData) diag.Diagnostics
IPSetRead reads the IPSet.
func IPSetSchema ¶
IPSetSchema defines the schema for the IPSet.
func IPSetsRead ¶
func IPSetsRead(ctx context.Context, fw firewall.API, d *schema.ResourceData) diag.Diagnostics
IPSetsRead reads the IP sets.
func IPSetsSchema ¶
IPSetsSchema defines the schema for the IP sets.
func RuleSchema ¶
RuleSchema returns the schema for the firewall rule data source.
func SecurityGroupRead ¶
func SecurityGroupRead(ctx context.Context, api firewall.SecurityGroup, d *schema.ResourceData) diag.Diagnostics
SecurityGroupRead reads the security group.
func SecurityGroupSchema ¶
SecurityGroupSchema defines the schema for the security group data source.
func SecurityGroupsRead ¶
func SecurityGroupsRead(ctx context.Context, api firewall.SecurityGroup, d *schema.ResourceData) diag.Diagnostics
SecurityGroupsRead reads the security groups.
func SecurityGroupsSchema ¶
SecurityGroupsSchema defines the schema for the security groups.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.