SqlFirewallAllowedSqlAggregation

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

Bases: object

The details of SQL Firewall allow SQL aggregate.

Methods

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

Attributes

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

Initializes a new SqlFirewallAllowedSqlAggregation 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.SqlFirewallAllowedSqlDimensions) – The value to assign to the dimensions property of this SqlFirewallAllowedSqlAggregation.
  • count (int) – The value to assign to the count property of this SqlFirewallAllowedSqlAggregation.
count

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

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

[Required] Gets the dimensions of this SqlFirewallAllowedSqlAggregation.

Returns:The dimensions of this SqlFirewallAllowedSqlAggregation.
Return type:oci.data_safe.models.SqlFirewallAllowedSqlDimensions