Documentation ¶
Index ¶
- Constants
- func Alias() *schema.Resource
- func IPSet() *schema.Resource
- func Options() *schema.Resource
- func Rules() *schema.Resource
- func RulesCreate(ctx context.Context, api firewall.Rule, d *schema.ResourceData) diag.Diagnostics
- func RulesDelete(ctx context.Context, api firewall.Rule, d *schema.ResourceData) diag.Diagnostics
- func RulesRead(ctx context.Context, api firewall.Rule, d *schema.ResourceData) diag.Diagnostics
- func RulesUpdate(ctx context.Context, api firewall.Rule, d *schema.ResourceData) diag.Diagnostics
Constants ¶
View Source
const (
MkRule = "rule"
)
Variables ¶
This section is empty.
Functions ¶
func RulesCreate ¶
func RulesCreate(ctx context.Context, api firewall.Rule, d *schema.ResourceData) diag.Diagnostics
func RulesDelete ¶
func RulesDelete(ctx context.Context, api firewall.Rule, d *schema.ResourceData) diag.Diagnostics
func RulesRead ¶
func RulesRead(ctx context.Context, api firewall.Rule, d *schema.ResourceData) diag.Diagnostics
func RulesUpdate ¶
func RulesUpdate(ctx context.Context, api firewall.Rule, d *schema.ResourceData) diag.Diagnostics
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.