public final class IntelligenceHostConfigurationInfo
extends java.lang.Object
implements java.io.Serializable, com.vmware.vapi.bindings.StaticStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
IntelligenceHostConfigurationInfo.Builder
Builder class for
IntelligenceHostConfigurationInfo. |
| Modifier and Type | Field and Description |
|---|---|
protected com.vmware.vapi.data.StructValue |
__dynamicStructureFields |
| Modifier | Constructor and Description |
|---|---|
|
IntelligenceHostConfigurationInfo()
Default constructor.
|
protected |
IntelligenceHostConfigurationInfo(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 IntelligenceHostConfigurationInfo |
_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 IntelligenceHostConfigurationInfo |
_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.util.List<IntelligenceBrokerEndpointInfo> |
getBrokerBootstrapServers()
List of NSX-Intelligence broker endpoints that host nodes contact initially.
|
java.lang.String |
getBrokerCertificate()
A broker certificate to verify the identity of brokers.
|
java.lang.String |
getBrokerTruststore()
A truststore to establish the trust between NSX and NSX-Intelligence brokers.
|
java.lang.Long |
getContextDataCollectionInterval()
Interval in minute of reporting VM guest context data to NSX-Intelligence.
|
java.util.List<java.lang.String> |
getContextProcessHashes()
List of hashes of processes to collect context data.
|
java.util.List<java.lang.String> |
getContextProcessNames()
List of processes to collect context data.
|
java.util.List<java.lang.String> |
getContextUserSids()
List of windows user sid to collect context data.
|
java.util.List<java.lang.String> |
getContextUserUids()
List of linux user uid to collect context data.
|
java.lang.Long |
getCreateTime()
Timestamp of resource creation format: int64
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 |
getCreateUser()
ID of the user who created this resource
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 |
getDescription()
Description of this resource
|
java.lang.String |
getDisplayName()
Defaults to ID if not set
|
java.lang.Boolean |
getEnableContextDataCollection()
Enable NSX-Intelligence context data collection in host nodes.
|
java.lang.Boolean |
getEnableDataCollection()
Deprecated.
|
java.lang.Boolean |
getEnableDeepPacketInspection()
Enable NSX-Intelligence deep packet inspection in host nodes.
|
java.lang.Boolean |
getEnableExternalIpAggregation()
When this property is set to true, if the source or destination of network
traffic uses an IP address that is not included in property private_ip_prefix,
it is reported as ANY (255.255.255.255) to NSX-Intelligence.
|
java.lang.Boolean |
getEnableFlowDataCollection()
Enable NSX-Intelligence flow data collection in host nodes.
|
java.lang.Long |
getFlowDataCollectionInterval()
Interval in minute of reporting network flow data to NSX-Intelligence.
|
java.lang.String |
getId()
Unique identifier of this resource
|
java.lang.Long |
getLastModifiedTime()
Timestamp of last modification format: int64
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 |
getLastModifiedUser()
ID of the user who last modified this resource
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.util.List<ResourceLink> |
getLinks()
The server will populate this field when returing the resource.
|
java.lang.Long |
getMaxActiveFlowCount()
Maximum active network flow to collect in collection interval.
|
java.lang.Long |
getMaxActiveFlowCountBm()
Maximum active network flow to collect in collection interval for Bare Metal
server.
|
java.lang.Long |
getMaxInactiveFlowCount()
Maximum inactive network flow to collect in collection interval.
|
java.lang.Long |
getMaxInactiveFlowCountBm()
Maximum inactive network flow to collect in collection interval for Bare Metal
server.
|
java.util.List<IntelligenceFlowPrivateIpPrefixInfo> |
getPrivateIpPrefix()
List of private IP prefix that NSX-Intelligence network flow is collected from.
|
java.lang.String |
getProtection()
Protection status is one of the following: PROTECTED - the client who retrieved
the entity is not allowed to modify it.
|
java.lang.String |
getResourceType()
The type of this resource.
|
java.lang.Long |
getRevision()
The _revision property describes the current revision of the resource.
|
java.lang.String |
getSchema()
Schema for this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
SelfResourceLink |
getSelf() |
java.lang.Boolean |
getSystemOwned()
Indicates system owned resource
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.util.List<Tag> |
getTags()
Opaque identifiers meaningful to the API user
|
int |
hashCode() |
void |
setBrokerBootstrapServers(java.util.List<IntelligenceBrokerEndpointInfo> brokerBootstrapServers)
List of NSX-Intelligence broker endpoints that host nodes contact initially.
|
void |
setBrokerCertificate(java.lang.String brokerCertificate)
A broker certificate to verify the identity of brokers.
|
void |
setBrokerTruststore(java.lang.String brokerTruststore)
A truststore to establish the trust between NSX and NSX-Intelligence brokers.
|
void |
setContextDataCollectionInterval(java.lang.Long contextDataCollectionInterval)
Interval in minute of reporting VM guest context data to NSX-Intelligence.
|
void |
setContextProcessHashes(java.util.List<java.lang.String> contextProcessHashes)
List of hashes of processes to collect context data.
|
void |
setContextProcessNames(java.util.List<java.lang.String> contextProcessNames)
List of processes to collect context data.
|
void |
setContextUserSids(java.util.List<java.lang.String> contextUserSids)
List of windows user sid to collect context data.
|
void |
setContextUserUids(java.util.List<java.lang.String> contextUserUids)
List of linux user uid to collect context data.
|
void |
setCreateTime(java.lang.Long createTime)
Timestamp of resource creation format: int64
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 |
setCreateUser(java.lang.String createUser)
ID of the user who created this resource
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 |
setDescription(java.lang.String description)
Description of this resource
|
void |
setDisplayName(java.lang.String displayName)
Defaults to ID if not set
|
void |
setEnableContextDataCollection(java.lang.Boolean enableContextDataCollection)
Enable NSX-Intelligence context data collection in host nodes.
|
void |
setEnableDataCollection(java.lang.Boolean enableDataCollection)
Deprecated.
|
void |
setEnableDeepPacketInspection(java.lang.Boolean enableDeepPacketInspection)
Enable NSX-Intelligence deep packet inspection in host nodes.
|
void |
setEnableExternalIpAggregation(java.lang.Boolean enableExternalIpAggregation)
When this property is set to true, if the source or destination of network
traffic uses an IP address that is not included in property private_ip_prefix,
it is reported as ANY (255.255.255.255) to NSX-Intelligence.
|
void |
setEnableFlowDataCollection(java.lang.Boolean enableFlowDataCollection)
Enable NSX-Intelligence flow data collection in host nodes.
|
void |
setFlowDataCollectionInterval(java.lang.Long flowDataCollectionInterval)
Interval in minute of reporting network flow data to NSX-Intelligence.
|
void |
setId(java.lang.String id)
Unique identifier of this resource
|
void |
setLastModifiedTime(java.lang.Long lastModifiedTime)
Timestamp of last modification format: int64
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 |
setLastModifiedUser(java.lang.String lastModifiedUser)
ID of the user who last modified this resource
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 |
setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
void |
setMaxActiveFlowCount(java.lang.Long maxActiveFlowCount)
Maximum active network flow to collect in collection interval.
|
void |
setMaxActiveFlowCountBm(java.lang.Long maxActiveFlowCountBm)
Maximum active network flow to collect in collection interval for Bare Metal
server.
|
void |
setMaxInactiveFlowCount(java.lang.Long maxInactiveFlowCount)
Maximum inactive network flow to collect in collection interval.
|
void |
setMaxInactiveFlowCountBm(java.lang.Long maxInactiveFlowCountBm)
Maximum inactive network flow to collect in collection interval for Bare Metal
server.
|
void |
setPrivateIpPrefix(java.util.List<IntelligenceFlowPrivateIpPrefixInfo> privateIpPrefix)
List of private IP prefix that NSX-Intelligence network flow is collected from.
|
void |
setProtection(java.lang.String protection)
Protection status is one of the following: PROTECTED - the client who retrieved
the entity is not allowed to modify it.
|
void |
setResourceType(java.lang.String resourceType)
The type of this resource.
|
void |
setRevision(java.lang.Long revision)
The _revision property describes the current revision of the resource.
|
void |
setSchema(java.lang.String schema)
Schema for this resource
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 |
setSelf(SelfResourceLink self) |
void |
setSystemOwned(java.lang.Boolean systemOwned)
Indicates system owned resource
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 |
setTags(java.util.List<Tag> tags)
Opaque identifiers meaningful to the API user
|
java.lang.String |
toString() |
protected com.vmware.vapi.data.StructValue __dynamicStructureFields
public IntelligenceHostConfigurationInfo()
protected IntelligenceHostConfigurationInfo(com.vmware.vapi.data.StructValue __dynamicStructureFields)
public java.util.List<ResourceLink> getLinks()
public void setLinks(java.util.List<ResourceLink> links)
links - New value for the property.public java.lang.String getSchema()
public void setSchema(java.lang.String schema)
schema - New value for the property.public SelfResourceLink getSelf()
public void setSelf(SelfResourceLink self)
self - New value for the property.public java.lang.Long getRevision()
public void setRevision(java.lang.Long revision)
revision - New value for the property.public java.lang.Long getCreateTime()
public void setCreateTime(java.lang.Long createTime)
createTime - New value for the property.public java.lang.String getCreateUser()
public void setCreateUser(java.lang.String createUser)
createUser - New value for the property.public java.lang.Long getLastModifiedTime()
public void setLastModifiedTime(java.lang.Long lastModifiedTime)
lastModifiedTime - New value for the property.public java.lang.String getLastModifiedUser()
public void setLastModifiedUser(java.lang.String lastModifiedUser)
lastModifiedUser - New value for the property.public java.lang.String getProtection()
public void setProtection(java.lang.String protection)
protection - New value for the property.public java.lang.Boolean getSystemOwned()
public void setSystemOwned(java.lang.Boolean systemOwned)
systemOwned - New value for the property.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - New value for the property.public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
displayName - New value for the property.public java.lang.String getId()
public void setId(java.lang.String id)
id - 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.util.List<Tag> getTags()
public void setTags(java.util.List<Tag> tags)
tags - New value for the property.public java.util.List<IntelligenceBrokerEndpointInfo> getBrokerBootstrapServers()
public void setBrokerBootstrapServers(java.util.List<IntelligenceBrokerEndpointInfo> brokerBootstrapServers)
brokerBootstrapServers - New value for the property.public java.lang.String getBrokerCertificate()
public void setBrokerCertificate(java.lang.String brokerCertificate)
brokerCertificate - New value for the property.public java.lang.String getBrokerTruststore()
public void setBrokerTruststore(java.lang.String brokerTruststore)
brokerTruststore - New value for the property.public java.lang.Long getContextDataCollectionInterval()
public void setContextDataCollectionInterval(java.lang.Long contextDataCollectionInterval)
contextDataCollectionInterval - New value for the property.public java.util.List<java.lang.String> getContextProcessHashes()
public void setContextProcessHashes(java.util.List<java.lang.String> contextProcessHashes)
contextProcessHashes - New value for the property.public java.util.List<java.lang.String> getContextProcessNames()
public void setContextProcessNames(java.util.List<java.lang.String> contextProcessNames)
contextProcessNames - New value for the property.public java.util.List<java.lang.String> getContextUserSids()
public void setContextUserSids(java.util.List<java.lang.String> contextUserSids)
contextUserSids - New value for the property.public java.util.List<java.lang.String> getContextUserUids()
public void setContextUserUids(java.util.List<java.lang.String> contextUserUids)
contextUserUids - New value for the property.public java.lang.Boolean getEnableContextDataCollection()
public void setEnableContextDataCollection(java.lang.Boolean enableContextDataCollection)
enableContextDataCollection - New value for the property.@Deprecated public java.lang.Boolean getEnableDataCollection()
@Deprecated public void setEnableDataCollection(java.lang.Boolean enableDataCollection)
enableDataCollection - New value for the property.public java.lang.Boolean getEnableDeepPacketInspection()
public void setEnableDeepPacketInspection(java.lang.Boolean enableDeepPacketInspection)
enableDeepPacketInspection - New value for the property.public java.lang.Boolean getEnableExternalIpAggregation()
public void setEnableExternalIpAggregation(java.lang.Boolean enableExternalIpAggregation)
enableExternalIpAggregation - New value for the property.public java.lang.Boolean getEnableFlowDataCollection()
public void setEnableFlowDataCollection(java.lang.Boolean enableFlowDataCollection)
enableFlowDataCollection - New value for the property.public java.lang.Long getFlowDataCollectionInterval()
public void setFlowDataCollectionInterval(java.lang.Long flowDataCollectionInterval)
flowDataCollectionInterval - New value for the property.public java.lang.Long getMaxActiveFlowCount()
public void setMaxActiveFlowCount(java.lang.Long maxActiveFlowCount)
maxActiveFlowCount - New value for the property.public java.lang.Long getMaxActiveFlowCountBm()
public void setMaxActiveFlowCountBm(java.lang.Long maxActiveFlowCountBm)
maxActiveFlowCountBm - New value for the property.public java.lang.Long getMaxInactiveFlowCount()
public void setMaxInactiveFlowCount(java.lang.Long maxInactiveFlowCount)
maxInactiveFlowCount - New value for the property.public java.lang.Long getMaxInactiveFlowCountBm()
public void setMaxInactiveFlowCountBm(java.lang.Long maxInactiveFlowCountBm)
maxInactiveFlowCountBm - New value for the property.public java.util.List<IntelligenceFlowPrivateIpPrefixInfo> getPrivateIpPrefix()
public void setPrivateIpPrefix(java.util.List<IntelligenceFlowPrivateIpPrefixInfo> privateIpPrefix)
privateIpPrefix - 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 IntelligenceHostConfigurationInfo _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 IntelligenceHostConfigurationInfo _newInstance2(com.vmware.vapi.data.StructValue structValue)