SqlFirewallPolicyAggregation

class oci.data_safe.models.SqlFirewallPolicyAggregation(**kwargs)

Bases: object

The details of SQL Firewall policy.

Methods

__init__(**kwargs) Initializes a new SqlFirewallPolicyAggregation object with values from keyword arguments.

Attributes

count [Required] Gets the count of this SqlFirewallPolicyAggregation.
dimensions [Required] Gets the dimensions of this SqlFirewallPolicyAggregation.
__init__(**kwargs)

Initializes a new SqlFirewallPolicyAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • dimensions (oci.data_safe.models.SqlFirewallPolicyDimensions) – The value to assign to the dimensions property of this SqlFirewallPolicyAggregation.
  • count (int) – The value to assign to the count property of this SqlFirewallPolicyAggregation.
count

[Required] Gets the count of this SqlFirewallPolicyAggregation. The total count of the aggregated metric.

Returns:The count of this SqlFirewallPolicyAggregation.
Return type:int
dimensions

[Required] Gets the dimensions of this SqlFirewallPolicyAggregation.

Returns:The dimensions of this SqlFirewallPolicyAggregation.
Return type:oci.data_safe.models.SqlFirewallPolicyDimensions