InlineDneKeyPolicyStats1

InlineDneKeyPolicyStats1
InlineDneKeyPolicyStats1
JSON Example
{
    "bytes_decrypted": 0,
    "bytes_dropped": 0,
    "packets_dropped": 0,
    "packets_encrypted": 0,
    "key_policy_identifier": "string",
    "bytes_encrypted": 0,
    "packets_decrypted": 0
}
integer As int64 As int64
bytes_decrypted
Optional

The number of bytes decrypted by the key policy. If key policy action is integrity only, it indicates the number of bytes which passed integrity check.

integer As int64 As int64
bytes_dropped
Optional

The number of bytes dropped for the key policy.

integer As int64 As int64
packets_dropped
Optional

The number of dropped packets for the key policy.

integer As int64 As int64
packets_encrypted
Optional

The number of packets encrypted by the key policy. If key policy action is integrity only, it indicates the number of packets with the addition of integrity check.

string
key_policy_identifier
Optional

Key policy identifier of the DNE key policy. This is a globally unique number.

integer As int64 As int64
bytes_encrypted
Optional

The number of bytes encrypted by the key policy. If key policy action is integrity only, it indicates the number of bytes with the addition of integrity check.

integer As int64 As int64
packets_decrypted
Optional

The number of packets decrypted by the key policy. If key policy action is integrity only, it indicates the number of packets which passed integrity check.