OBJECT

FirewallRule

link GraphQL Schema definition

  • type FirewallRule {
  • # Unique identifier for this rule
  • id: ID
  • # Indicates if the rule is enabled
  • enabled: Boolean
  • # Firewall rule
  • rule_str: String
  • # Firewall rule
  • rule_obj: Any
  • # Indicates if the rule is global
  • global: Boolean
  • # Human-readable description for the rule
  • description: String
  • # Lists all instances a firewall rule is applied to
  • machines: [Machine]
  • }