OBJECT

CreateMachineFirewallRule

temporary!!

link GraphQL Schema definition

  • type CreateMachineFirewallRule {
  • # 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
  • tag: Boolean
  • }

link Require by