Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
IdleDurationSeconds | uint64 | 0 |
Description | string | IdleDurationSeconds is the time an SA can remain idle (i.e., no traffic protected using the security association) before it is automatically deleted. The default (zero) value indicates that there is no idle duration timer and that the SA is deleted based upon the SA seconds and kilobyte lifetimes. Any non-zero value indicates the number of seconds that the SA may remain unused. |
MappingStrings | string | IPSP Policy Model.IETF|IKENegotiationAction.IdleDurationSeconds |
ModelCorrespondence | string | CIM_SecurityAssociationEndpoint.IdleDurationSeconds |
PUnit | string | second |
Units | string | Seconds |
MinLifetimeKilobytes | uint64 | 0 |
Description | string | MinLifetimeKilobytes prevents certain denial of service attacks where the peer requests an arbitrarily low lifetime value, causing renegotiations with expensive Diffie-Hellman operations. The property specifies the minimum lifetime, in kilobytes, that will be accepted from the peer. A value of zero (the default) indicates that there is no minimum value. A non-zero value specifies the minimum kilobytes lifetime. Note that there has been considerable debate regarding the usefulness of applying kilobyte lifetimes to phase 1 security associations, so it is likely that this property will only apply to the subclass, IPsecAction. |
MappingStrings | string | IPSP Policy Model.IETF|IKENegotiationAction.MinLifetimeKilobytes |
ModelCorrespondence | string | CIM_SecurityAssociationEndpoint.LifetimeKilobytes |
PUnit | string | byte * 10^3 |
Units | string | KiloBytes |
MinLifetimeSeconds | uint64 | 0 |
Description | string | MinLifetimeSeconds prevents certain denial of service attacks where the peer requests an arbitrarily low lifetime value, causing renegotiations with expensive Diffie-Hellman operations. The property specifies the minimum lifetime, in seconds, that will be accepted from the peer. A value of zero (the default) indicates that there is no minimum value. A non-zero value specifies the minimum seconds lifetime. |
MappingStrings | string | IPSP Policy Model.IETF|IKENegotiationAction.MinLifetimeSeconds |
ModelCorrespondence | string | CIM_SecurityAssociationEndpoint.LifetimeSeconds |
PUnit | string | second |
Units | string | Seconds |