cim_saendpointconnectionstatistics.mof
来自「Pegasus is an open-source implementation」· MOF 代码 · 共 28 行
MOF
28 行
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_SAEndpointConnectionStatistics// ================================================================== [UMLPackagePath ( "CIM::Network::IPsec" ), Version ( "2.8.0" ), Description ( "This class captures statistical and time-related information " "about the use of the IPsec or IKE Security Associations, " "through their IPsecSAEndpoint or IKESAEndpoint. The relevant " "SAEndpoint is determined by traversing the " "ElementStatisticalData association.")]class CIM_SAEndpointConnectionStatistics : CIM_StatisticalData { [Description ( "Number of bytes that have been protected by the associated " "SAEndpoint."), Units ( "Bytes" ), Counter] uint64 ByteCount; [Description ( "LastAccessed indicates when the SAEndpoint was last used. " "This property is helpful in determining if the SA (and its " "endpoint) will be deleted due to sitting idle.")] datetime LastAccessed;};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?