Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModelFirewaller ¶
type ModelFirewaller interface { // OpenModelPorts opens the given port ranges on the model firewall OpenModelPorts(ctx envcontext.ProviderCallContext, rules firewall.IngressRules) error // CloseModelPorts Closes the given port ranges on the model firewall CloseModelPorts(ctx envcontext.ProviderCallContext, rules firewall.IngressRules) error // ModelIngressRules returns the set of ingress rules on the model firewall. // The rules are returned as sorted by network.SortIngressRules(). // It is expected that there be only one ingress rule result for a given // port range - the rule's SourceCIDRs will contain all applicable source // address rules for that port range. // If the model security group doesn't exist, return a NotFound error ModelIngressRules(ctx envcontext.ProviderCallContext) (firewall.IngressRules, error) }
ModelFirewaller provides model-level firewall functionality
Click to show internal directories.
Click to hide internal directories.