⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cim_saendpointconnectionstatistics.mof

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 MOF
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -