WafTrafficDatum¶
-
class
oci.waas.models.
WafTrafficDatum
(**kwargs)¶ Bases:
object
A time series of traffic data for the Web Application Firewall configured for a policy.
Methods
__init__
(**kwargs)Initializes a new WafTrafficDatum object with values from keyword arguments. Attributes
compartment_id
Gets the compartment_id of this WafTrafficDatum. tenancy_id
Gets the tenancy_id of this WafTrafficDatum. time_observed
Gets the time_observed of this WafTrafficDatum. time_range_in_seconds
Gets the time_range_in_seconds of this WafTrafficDatum. traffic_in_bytes
Gets the traffic_in_bytes of this WafTrafficDatum. waas_policy_id
Gets the waas_policy_id of this WafTrafficDatum. -
__init__
(**kwargs)¶ Initializes a new WafTrafficDatum object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - time_observed (datetime) – The value to assign to the time_observed property of this WafTrafficDatum.
- time_range_in_seconds (int) – The value to assign to the time_range_in_seconds property of this WafTrafficDatum.
- tenancy_id (str) – The value to assign to the tenancy_id property of this WafTrafficDatum.
- compartment_id (str) – The value to assign to the compartment_id property of this WafTrafficDatum.
- waas_policy_id (str) – The value to assign to the waas_policy_id property of this WafTrafficDatum.
- traffic_in_bytes (int) – The value to assign to the traffic_in_bytes property of this WafTrafficDatum.
-
compartment_id
¶ Gets the compartment_id of this WafTrafficDatum. The compartment OCID of the data.
Returns: The compartment_id of this WafTrafficDatum. Return type: str
-
tenancy_id
¶ Gets the tenancy_id of this WafTrafficDatum. The tenancy OCID of the data.
Returns: The tenancy_id of this WafTrafficDatum. Return type: str
-
time_observed
¶ Gets the time_observed of this WafTrafficDatum. The date and time the traffic was observed, rounded down to the start of the range, and expressed in RFC 3339 timestamp format.
Returns: The time_observed of this WafTrafficDatum. Return type: datetime
-
time_range_in_seconds
¶ Gets the time_range_in_seconds of this WafTrafficDatum. The number of seconds this data covers.
Returns: The time_range_in_seconds of this WafTrafficDatum. Return type: int
-
traffic_in_bytes
¶ Gets the traffic_in_bytes of this WafTrafficDatum. Traffic in bytes.
Returns: The traffic_in_bytes of this WafTrafficDatum. Return type: int
-
waas_policy_id
¶ Gets the waas_policy_id of this WafTrafficDatum. The policy OCID of the data.
Returns: The waas_policy_id of this WafTrafficDatum. Return type: str
-