public final class PolicyIdsEventsSummary
extends java.lang.Object
implements java.io.Serializable, com.vmware.vapi.bindings.StaticStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
PolicyIdsEventsSummary.Builder
Builder class for
PolicyIdsEventsSummary. |
| Modifier and Type | Field and Description |
|---|---|
protected com.vmware.vapi.data.StructValue |
__dynamicStructureFields |
| Modifier | Constructor and Description |
|---|---|
|
PolicyIdsEventsSummary()
Default constructor.
|
protected |
PolicyIdsEventsSummary(com.vmware.vapi.data.StructValue __dynamicStructureFields) |
| Modifier and Type | Method and Description |
|---|---|
<T extends com.vmware.vapi.bindings.Structure> |
_convertTo(java.lang.Class<T> clazz) |
java.lang.String |
_getCanonicalName() |
static java.lang.String |
_getCanonicalTypeName()
Returns the canonical type name.
|
static com.vmware.vapi.bindings.type.StructType |
_getClassType()
WARNING: Internal method, subject to change in future versions.
|
com.vmware.vapi.data.StructValue |
_getDataValue() |
com.vmware.vapi.data.DataValue |
_getDynamicField(java.lang.String fieldName) |
java.util.Set<java.lang.String> |
_getDynamicFieldNames() |
com.vmware.vapi.bindings.type.StructType |
_getType() |
boolean |
_hasTypeNameOf(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz) |
static PolicyIdsEventsSummary |
_newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static PolicyIdsEventsSummary |
_newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
void |
_setDynamicField(java.lang.String fieldName,
com.vmware.vapi.data.DataValue fieldValue) |
protected void |
_updateDataValue(com.vmware.vapi.data.StructValue structValue) |
void |
_validate() |
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getAffectedIpCount()
Count of workload IPs on which a particular signature was detected.
|
java.lang.Long |
getAffectedVmCount()
Count of VMs on which a particular signature was detected.
|
java.lang.Long |
getFirstOccurence()
First occurence of the intrusion, in epoch milliseconds.
|
com.vmware.vapi.bindings.Structure |
getIdsFlowDetails()
IDS event flow data specific to each IDS event.
|
java.lang.Boolean |
getIsOngoing()
Flag indicating an ongoing intrusion.
|
java.lang.Boolean |
getIsRuleValid()
Indicates if the rule id is valid or not.
|
java.lang.Long |
getLatestOccurence()
Latest occurence of the intrusion, in epoch milliseconds.
|
java.lang.String |
getPcapId()
ID of the packet-capture associated with an event.
|
java.lang.String |
getProjectId()
Project Identifier
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
java.lang.String |
getProjectPath()
Project path
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
java.lang.String |
getResourceType()
IDSEvent resource type.
|
java.lang.Long |
getRuleId()
The IDS Rule id that detected this particular intrusion.
|
java.lang.Long |
getSignatureId()
Signature ID pertaining to the detected intrusion.
|
com.vmware.vapi.bindings.Structure |
getSignatureMetadata()
Metadata about the detected signature including name, id, severity, product
affected, protocol etc.
|
java.lang.String |
getSiteId()
Site Identifier
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
java.lang.Long |
getTotalCount()
Number of times this particular signature was detected.
|
com.vmware.vapi.bindings.Structure |
getUserDetails()
List of users logged into VMs on which a particular signature was detected.
|
com.vmware.vapi.bindings.Structure |
getVmDetails()
List of VMs on which a particular signature was detected with the count.
|
int |
hashCode() |
void |
setAffectedIpCount(java.lang.Long affectedIpCount)
Count of workload IPs on which a particular signature was detected.
|
void |
setAffectedVmCount(java.lang.Long affectedVmCount)
Count of VMs on which a particular signature was detected.
|
void |
setFirstOccurence(java.lang.Long firstOccurence)
First occurence of the intrusion, in epoch milliseconds.
|
void |
setIdsFlowDetails(com.vmware.vapi.bindings.Structure idsFlowDetails)
IDS event flow data specific to each IDS event.
|
void |
setIsOngoing(java.lang.Boolean isOngoing)
Flag indicating an ongoing intrusion.
|
void |
setIsRuleValid(java.lang.Boolean isRuleValid)
Indicates if the rule id is valid or not.
|
void |
setLatestOccurence(java.lang.Long latestOccurence)
Latest occurence of the intrusion, in epoch milliseconds.
|
void |
setPcapId(java.lang.String pcapId)
ID of the packet-capture associated with an event.
|
void |
setProjectId(java.lang.String projectId)
Project Identifier
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
void |
setProjectPath(java.lang.String projectPath)
Project path
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
void |
setResourceType(java.lang.String resourceType)
IDSEvent resource type.
|
void |
setRuleId(java.lang.Long ruleId)
The IDS Rule id that detected this particular intrusion.
|
void |
setSignatureId(java.lang.Long signatureId)
Signature ID pertaining to the detected intrusion.
|
void |
setSignatureMetadata(com.vmware.vapi.bindings.Structure signatureMetadata)
Metadata about the detected signature including name, id, severity, product
affected, protocol etc.
|
void |
setSiteId(java.lang.String siteId)
Site Identifier
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
void |
setTotalCount(java.lang.Long totalCount)
Number of times this particular signature was detected.
|
void |
setUserDetails(com.vmware.vapi.bindings.Structure userDetails)
List of users logged into VMs on which a particular signature was detected.
|
void |
setVmDetails(com.vmware.vapi.bindings.Structure vmDetails)
List of VMs on which a particular signature was detected with the count.
|
java.lang.String |
toString() |
protected com.vmware.vapi.data.StructValue __dynamicStructureFields
public PolicyIdsEventsSummary()
protected PolicyIdsEventsSummary(com.vmware.vapi.data.StructValue __dynamicStructureFields)
public java.lang.Long getAffectedIpCount()
public void setAffectedIpCount(java.lang.Long affectedIpCount)
affectedIpCount - New value for the property.public java.lang.Long getAffectedVmCount()
public void setAffectedVmCount(java.lang.Long affectedVmCount)
affectedVmCount - New value for the property.public java.lang.Long getFirstOccurence()
public void setFirstOccurence(java.lang.Long firstOccurence)
firstOccurence - New value for the property.public com.vmware.vapi.bindings.Structure getIdsFlowDetails()
public void setIdsFlowDetails(com.vmware.vapi.bindings.Structure idsFlowDetails)
idsFlowDetails - New value for the property.public java.lang.Boolean getIsOngoing()
public void setIsOngoing(java.lang.Boolean isOngoing)
isOngoing - New value for the property.public java.lang.Boolean getIsRuleValid()
public void setIsRuleValid(java.lang.Boolean isRuleValid)
isRuleValid - New value for the property.public java.lang.Long getLatestOccurence()
public void setLatestOccurence(java.lang.Long latestOccurence)
latestOccurence - New value for the property.public java.lang.String getPcapId()
public void setPcapId(java.lang.String pcapId)
pcapId - New value for the property.public java.lang.String getProjectId()
public void setProjectId(java.lang.String projectId)
projectId - New value for the property.public java.lang.String getProjectPath()
public void setProjectPath(java.lang.String projectPath)
projectPath - New value for the property.public java.lang.String getResourceType()
public void setResourceType(java.lang.String resourceType)
resourceType - New value for the property.public java.lang.Long getRuleId()
public void setRuleId(java.lang.Long ruleId)
ruleId - New value for the property.public java.lang.Long getSignatureId()
public void setSignatureId(java.lang.Long signatureId)
signatureId - New value for the property.public com.vmware.vapi.bindings.Structure getSignatureMetadata()
public void setSignatureMetadata(com.vmware.vapi.bindings.Structure signatureMetadata)
signatureMetadata - New value for the property.public java.lang.String getSiteId()
public void setSiteId(java.lang.String siteId)
siteId - New value for the property.public java.lang.Long getTotalCount()
public void setTotalCount(java.lang.Long totalCount)
totalCount - New value for the property.public com.vmware.vapi.bindings.Structure getUserDetails()
public void setUserDetails(com.vmware.vapi.bindings.Structure userDetails)
userDetails - New value for the property.public com.vmware.vapi.bindings.Structure getVmDetails()
public void setVmDetails(com.vmware.vapi.bindings.Structure vmDetails)
vmDetails - New value for the property.public com.vmware.vapi.bindings.type.StructType _getType()
_getType in interface com.vmware.vapi.bindings.StaticStructurepublic com.vmware.vapi.data.StructValue _getDataValue()
_getDataValue in interface com.vmware.vapi.bindings.Structureprotected void _updateDataValue(com.vmware.vapi.data.StructValue structValue)
public void _validate()
_validate in interface com.vmware.vapi.bindings.StaticStructurepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in interface com.vmware.vapi.bindings.StaticStructuretoString in class java.lang.Objectpublic boolean _hasTypeNameOf(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz)
_hasTypeNameOf in interface com.vmware.vapi.bindings.Structurepublic <T extends com.vmware.vapi.bindings.Structure> T _convertTo(java.lang.Class<T> clazz)
_convertTo in interface com.vmware.vapi.bindings.Structurepublic void _setDynamicField(java.lang.String fieldName,
com.vmware.vapi.data.DataValue fieldValue)
_setDynamicField in interface com.vmware.vapi.bindings.StaticStructurepublic com.vmware.vapi.data.DataValue _getDynamicField(java.lang.String fieldName)
_getDynamicField in interface com.vmware.vapi.bindings.StaticStructurepublic java.util.Set<java.lang.String> _getDynamicFieldNames()
_getDynamicFieldNames in interface com.vmware.vapi.bindings.StaticStructurepublic static com.vmware.vapi.bindings.type.StructType _getClassType()
StructType instance representing the static bindings
type for this Structure.public java.lang.String _getCanonicalName()
_getCanonicalName in interface com.vmware.vapi.bindings.Structurepublic static java.lang.String _getCanonicalTypeName()
_getCanonicalName().public static PolicyIdsEventsSummary _newInstance(com.vmware.vapi.data.StructValue structValue)
structValue - the source of the data contained in the binding object. Could
contain more data than fields of this class can describe i.e.
newer version of the binding object. Could be null.StructTypepublic static PolicyIdsEventsSummary _newInstance2(com.vmware.vapi.data.StructValue structValue)