Interface protos.google.appengine.v1.IFirewallRule (1.0.6)

Properties of a FirewallRule.

Package

@google-cloud/appengine-admin!

Properties

action

action?: (google.appengine.v1.FirewallRule.Action|keyof typeof google.appengine.v1.FirewallRule.Action|null);

FirewallRule action

Property Value
TypeDescription
(google.appengine.v1.FirewallRule.Action|keyof typeof google.appengine.v1.FirewallRule.Action|null)

description

description?: (string|null);

FirewallRule description

Property Value
TypeDescription
(string|null)

priority

priority?: (number|null);

FirewallRule priority

Property Value
TypeDescription
(number|null)

sourceRange

sourceRange?: (string|null);

FirewallRule sourceRange

Property Value
TypeDescription
(string|null)