Resource: FirewallPolicy
Represents a Firewall Policy resource.
JSON representation | |
---|---|
{ "id": string, "creationTimestamp": string, "name": string, "description": string, "rules": [ { "description": string, "priority": integer, "match": { "srcIpRanges": [ string ], "destIpRanges": [ string ], "layer4Configs": [ { "ipProtocol": string, "ports": [ string ] } ], "srcSecureLabels": [ string ] }, "action": string, "direction": enum, "targetResources": [ string ], "enableLogging": boolean, "ruleTupleCount": integer, "targetServiceAccounts": [ string ], "targetSecureLabels": [ string ], "disabled": boolean, "kind": string } ], "fingerprint": string, "selfLink": string, "selfLinkWithId": string, "associations": [ { "name": string, "attachmentTarget": string, "firewallPolicyId": string, "displayName": string } ], "ruleTupleCount": integer, "displayName": string, "parent": string, "kind": string } |
Fields | |
---|---|
id |
[Output Only] The unique identifier for the resource. This identifier is defined by the server. |
creationTimestamp |
[Output Only] Creation timestamp in RFC3339 text format. |
name |
[Output Only] Name of the resource. It is a numeric ID allocated by GCP which uniquely identifies the Firewall Policy. |
description |
An optional description of this resource. Provide this property when you create the resource. |
rules[] |
A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a firewall policy, a default rule with action "allow" will be added. |
rules[].description |
An optional description for this resource. |
rules[].priority |
An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority. |
rules[].match |
A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced. |
rules[].match.srcIpRanges[] |
CIDR IP address range. Maximum number of source CIDR IP ranges allowed is 256. |
rules[].match.destIpRanges[] |
CIDR IP address range. Maximum number of destination CIDR IP ranges allowed is 256. |
rules[].match.layer4Configs[] |
Pairs of IP protocols and ports that the rule should match. |
rules[].match.layer4Configs[].ipProtocol |
The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings ( |
rules[].match.layer4Configs[].ports[] |
An optional list of ports to which this rule applies. This field is only applicable for UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: |
rules[].match.srcSecureLabels[] |
globalOperations.list of firewall label values, which should be matched at the source of the traffic. Maximum number of source label values allowed is 256. |
rules[].action |
The Action to perform when the client connection triggers the rule. Can currently be either "allow" or "deny( |
rules[].direction |
The direction in which this rule applies. |
rules[].targetResources[] |
A list of network resource URLs to which this rule applies. This field allows you to control which network's VMs get this rule. If this field is left blank, all VMs within the organization will receive the rule. |
rules[].enableLogging |
Denotes whether to enable logging for a particular rule. If logging is enabled, logs will be exported to the configured export destination in Stackdriver. Logs may be exported to BigQuery or Pub/Sub. Note: you cannot enable logging on "goto_next" rules. |
rules[].ruleTupleCount |
[Output Only] Calculation of the complexity of a single firewall policy rule. |
rules[].targetServiceAccounts[] |
A list of service accounts indicating the sets of instances that are applied with this rule. |
rules[].targetSecureLabels[] |
A list of secure labels that controls which instances the firewall rule applies to. If |
rules[].disabled |
Denotes whether the firewall policy rule is disabled. When set to true, the firewall policy rule is not enforced and traffic behaves as if it did not exist. If this is unspecified, the firewall policy rule will be enabled. |
rules[].kind |
[Output only] Type of the resource. Always |
fingerprint |
Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error To see the latest fingerprint, make A base64-encoded string. |
selfLink |
[Output Only] Server-defined URL for the resource. |
selfLinkWithId |
[Output Only] Server-defined URL for this resource with the resource id. |
associations[] |
A list of associations that belong to this firewall policy. |
associations[].name |
The name for an association. |
associations[].attachmentTarget |
The target that the firewall policy is attached to. |
associations[].firewallPolicyId |
[Output Only] The firewall policy ID of the association. |
associations[].displayName |
[Output Only] The display name of the firewall policy of the association. |
ruleTupleCount |
[Output Only] Total count of all firewall policy rule tuples. A firewall policy can not exceed a set number of tuples. |
displayName |
User-provided name of the Organization firewall plicy. The name should be unique in the organization in which the firewall policy is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression |
parent |
[Output Only] The parent of the firewall policy. |
kind |
[Output only] Type of the resource. Always |
Methods |
|
---|---|
|
Inserts an association for the specified firewall policy. |
|
Inserts a rule into a firewall policy. |
|
Copies rules to the specified firewall policy. |
|
Deletes the specified policy. |
|
Returns the specified firewall policy. |
|
Gets an association with the specified name. |
|
Gets the access control policy for a resource. |
|
Gets a rule of the specified priority. |
|
Creates a new policy in the specified project using the data included in the request. |
|
Lists all the policies that have been configured for the specified project. |
|
Lists associations of a specified target, i.e., organization or folder. |
|
Moves the specified firewall policy. |
|
Patches the specified policy with the data included in the request. |
|
Patches a rule of the specified priority. |
|
Removes an association for the specified firewall policy. |
|
Deletes a rule of the specified priority. |
|
Sets the access control policy on the specified resource. |
|
Returns permissions that a caller has on the specified resource. |