GoogleNetworkFirewallRule
No description
type GoogleNetworkFirewallRule {
resourceId: ResourceID!
allowedList: [GoogleNetworkFirewallRuleAllowedList!]!
createdAt: DateTime!
deniedList: [GoogleNetworkFirewallRuleDeniedList!]!
description: String!
destinationRanges: [String!]!
direction: GoogleNetworkFirewallRuleDirection!
disabled: Boolean!
id: Uint64!
logConfiguration: GoogleNetworkFirewallRuleLogConfiguration!
name: String!
network: String!
priority: Uint64!
selfLink: String!
sourceRanges: [String!]!
sourceServiceAccounts: [String!]!
sourceTags: [String!]!
targetServiceAccounts: [String!]!
targetTags: [String!]!
}
Fields
GoogleNetworkFirewallRule.resourceId
● ResourceID!
non-null scalar
The ID to identify the firewall in Shisho Cloud
GoogleNetworkFirewallRule.allowedList
● [GoogleNetworkFirewallRuleAllowedList!]!
non-null object
The list of ALLOW rules specified by this firewall
GoogleNetworkFirewallRule.createdAt
● DateTime!
non-null scalar
The created date/time
GoogleNetworkFirewallRule.deniedList
● [GoogleNetworkFirewallRuleDeniedList!]!
non-null object
The list of DENY rules specified by this firewall
GoogleNetworkFirewallRule.description
● String!
non-null scalar
The description
GoogleNetworkFirewallRule.destinationRanges
● [String!]!
non-null scalar
If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges
GoogleNetworkFirewallRule.direction
● GoogleNetworkFirewallRuleDirection!
non-null enum
Direction of traffic to which this firewall applies
GoogleNetworkFirewallRule.disabled
● Boolean!
non-null scalar
Denotes whether the firewall rule is disabled
GoogleNetworkFirewallRule.id
● Uint64!
non-null scalar
the unique ID
GoogleNetworkFirewallRule.logConfiguration
● GoogleNetworkFirewallRuleLogConfiguration!
non-null object
The log configuration
GoogleNetworkFirewallRule.name
● String!
non-null scalar
The name The format:
[a-z]([-a-z0-9]*[a-z0-9])?
GoogleNetworkFirewallRule.network
● String!
non-null scalar
The URL of the network resource for this firewall rule
GoogleNetworkFirewallRule.priority
● Uint64!
non-null scalar
Priority for this rule The range: 0 - 65535
GoogleNetworkFirewallRule.selfLink
● String!
non-null scalar
Server-defined URL for the resource
GoogleNetworkFirewallRule.sourceRanges
● [String!]!
non-null scalar
If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges
GoogleNetworkFirewallRule.sourceServiceAccounts
● [String!]!
non-null scalar
If source service accounts are specified firewall rules apply only to traffic originating from an instance with a service account in this list
GoogleNetworkFirewallRule.sourceTags
● [String!]!
non-null scalar
If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances
GoogleNetworkFirewallRule.targetServiceAccounts
● [String!]!
non-null scalar
The list of target service accounts
GoogleNetworkFirewallRule.targetTags
● [String!]!
non-null scalar
The list of tags that controls which instances the firewall rule
Member of
GoogleNetwork
object