Show / Hide Table of Contents

Class SqlFirewallPolicyAggregation

The details of SQL Firewall policy.

Inheritance
object
SqlFirewallPolicyAggregation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class SqlFirewallPolicyAggregation

Properties

Count

Declaration
[Required(ErrorMessage = "Count is required.")]
[JsonProperty(PropertyName = "count")]
public long? Count { get; set; }
Property Value
Type Description
long?

The total count of the aggregated metric.

Remarks

Required

Dimensions

Declaration
[Required(ErrorMessage = "Dimensions is required.")]
[JsonProperty(PropertyName = "dimensions")]
public SqlFirewallPolicyDimensions Dimensions { get; set; }
Property Value
Type Description
SqlFirewallPolicyDimensions
Remarks

Required

In this article
Back to top