Package com.vmware.nsx_policy.model
Class TraceflowObservation
- java.lang.Object
-
- com.vmware.nsx_policy.model.TraceflowObservation
-
- All Implemented Interfaces:
com.vmware.vapi.bindings.StaticStructure
,com.vmware.vapi.bindings.Structure
,java.io.Serializable
public final class TraceflowObservation extends java.lang.Object implements java.io.Serializable, com.vmware.vapi.bindings.StaticStructure
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TraceflowObservation.Builder
Builder class forTraceflowObservation
.
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description TraceflowObservation()
Default constructor.protected
TraceflowObservation(com.vmware.vapi.data.StructValue __dynamicStructureFields)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends com.vmware.vapi.bindings.Structure>
T_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 TraceflowObservation
_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 TraceflowObservation
_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.String
getComponentName()
The name of the component that issued the observation.java.lang.String
getComponentSubType()
Possible values are:COMPONENT_SUB_TYPE_LR_TIER0
COMPONENT_SUB_TYPE_LR_TIER1
COMPONENT_SUB_TYPE_LR_VRF_TIER0
COMPONENT_SUB_TYPE_LS_TRANSIT
COMPONENT_SUB_TYPE_SI_CLASSIFIER
COMPONENT_SUB_TYPE_SI_PROXY
COMPONENT_SUB_TYPE_VDR
COMPONENT_SUB_TYPE_ENI
COMPONENT_SUB_TYPE_AWS_GATEWAY
COMPONENT_SUB_TYPE_TGW_ROUTE
COMPONENT_SUB_TYPE_EDGE_UPLINK
COMPONENT_SUB_TYPE_DELL_GATEWAY
COMPONENT_SUB_TYPE_LGW_ROUTE
COMPONENT_SUB_TYPE_LR_KNI
COMPONENT_SUB_TYPE_UNKNOWN
The sub type of the component that issued the observation.java.lang.String
getComponentType()
Possible values are:COMPONENT_TYPE_PHYSICAL
COMPONENT_TYPE_LR
COMPONENT_TYPE_LS
COMPONENT_TYPE_DFW
COMPONENT_TYPE_BRIDGE
COMPONENT_TYPE_EDGE_TUNNEL
COMPONENT_TYPE_EDGE_HOSTSWITCH
COMPONENT_TYPE_FW_BRIDGE
COMPONENT_TYPE_EDGE_RTEP_TUNNEL
COMPONENT_TYPE_LOAD_BALANCER
COMPONENT_TYPE_NAT
COMPONENT_TYPE_IPSEC
COMPONENT_TYPE_SERVICE_INSERTION
COMPONENT_TYPE_VMC
COMPONENT_TYPE_SPOOFGUARD
COMPONENT_TYPE_EDGE_FW
COMPONENT_TYPE_DLB
COMPONENT_TYPE_ANTREA_SPOOFGUARD
COMPONENT_TYPE_ANTREA_LB
COMPONENT_TYPE_ANTREA_ROUTING
COMPONENT_TYPE_ANTREA_DFW
COMPONENT_TYPE_ANTREA_FORWARDING
COMPONENT_TYPE_HOST_SWITCH
COMPONENT_TYPE_UNKNOWN
The type of the component that issued the observation.java.lang.String
getResourceType()
Possible values are:RESOURCE_TYPE_TRACEFLOWOBSERVATIONFORWARDED
RESOURCE_TYPE_TRACEFLOWOBSERVATIONDROPPED
RESOURCE_TYPE_TRACEFLOWOBSERVATIONDELIVERED
RESOURCE_TYPE_TRACEFLOWOBSERVATIONRECEIVED
RESOURCE_TYPE_TRACEFLOWOBSERVATIONFORWARDEDLOGICAL
RESOURCE_TYPE_TRACEFLOWOBSERVATIONDROPPEDLOGICAL
RESOURCE_TYPE_TRACEFLOWOBSERVATIONRECEIVEDLOGICAL
RESOURCE_TYPE_TRACEFLOWOBSERVATIONREPLICATIONLOGICAL
RESOURCE_TYPE_TRACEFLOWOBSERVATIONRELAYEDLOGICAL
RESOURCE_TYPE_TRACEFLOWOBSERVATIONPROTECTED
The value of this property is automatically populated to"TraceflowObservation"
.java.lang.Long
getSequenceNo()
the hop count for observations on the transport node that a traceflow packet is injected in will be 0.java.lang.String
getSitePath()
This field contains the site path where this observation was generated.java.lang.Long
getTimestamp()
Timestamp when the observation was created by the transport node (milliseconds epoch) 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.Long
getTimestampMicro()
Timestamp when the observation was created by the transport node (microseconds epoch) 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
getTransportNodeId()
id of the transport node that observed a traceflow packet 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
getTransportNodeName()
name of the transport node that observed a traceflow packet 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
getTransportNodeType()
Possible values are:TRANSPORT_NODE_TYPE_ESX
TRANSPORT_NODE_TYPE_RHELKVM
TRANSPORT_NODE_TYPE_UBUNTUKVM
TRANSPORT_NODE_TYPE_CENTOSKVM
TRANSPORT_NODE_TYPE_RHELCONTAINER
TRANSPORT_NODE_TYPE_CENTOSCONTAINER
TRANSPORT_NODE_TYPE_RHELSERVER
TRANSPORT_NODE_TYPE_UBUNTUSERVER
TRANSPORT_NODE_TYPE_CENTOSSERVER
TRANSPORT_NODE_TYPE_SLESKVM
TRANSPORT_NODE_TYPE_SLESSERVER
TRANSPORT_NODE_TYPE_WINDOWSSERVER
TRANSPORT_NODE_TYPE_RHELSMARTNIC
TRANSPORT_NODE_TYPE_OELSERVER
TRANSPORT_NODE_TYPE_UBUNTUSMARTNIC
TRANSPORT_NODE_TYPE_EDGE
TRANSPORT_NODE_TYPE_PUBLIC_CLOUD_GATEWAY_NODE
TRANSPORT_NODE_TYPE_OTHERS
TRANSPORT_NODE_TYPE_HYPERV
type of the transport node that observed a traceflow packet This property may be present in responses from the server, but if it is present in a request to server it will be ignored.int
hashCode()
void
setComponentName(java.lang.String componentName)
The name of the component that issued the observation.void
setComponentSubType(java.lang.String componentSubType)
Possible values are:COMPONENT_SUB_TYPE_LR_TIER0
COMPONENT_SUB_TYPE_LR_TIER1
COMPONENT_SUB_TYPE_LR_VRF_TIER0
COMPONENT_SUB_TYPE_LS_TRANSIT
COMPONENT_SUB_TYPE_SI_CLASSIFIER
COMPONENT_SUB_TYPE_SI_PROXY
COMPONENT_SUB_TYPE_VDR
COMPONENT_SUB_TYPE_ENI
COMPONENT_SUB_TYPE_AWS_GATEWAY
COMPONENT_SUB_TYPE_TGW_ROUTE
COMPONENT_SUB_TYPE_EDGE_UPLINK
COMPONENT_SUB_TYPE_DELL_GATEWAY
COMPONENT_SUB_TYPE_LGW_ROUTE
COMPONENT_SUB_TYPE_LR_KNI
COMPONENT_SUB_TYPE_UNKNOWN
The sub type of the component that issued the observation.void
setComponentType(java.lang.String componentType)
Possible values are:COMPONENT_TYPE_PHYSICAL
COMPONENT_TYPE_LR
COMPONENT_TYPE_LS
COMPONENT_TYPE_DFW
COMPONENT_TYPE_BRIDGE
COMPONENT_TYPE_EDGE_TUNNEL
COMPONENT_TYPE_EDGE_HOSTSWITCH
COMPONENT_TYPE_FW_BRIDGE
COMPONENT_TYPE_EDGE_RTEP_TUNNEL
COMPONENT_TYPE_LOAD_BALANCER
COMPONENT_TYPE_NAT
COMPONENT_TYPE_IPSEC
COMPONENT_TYPE_SERVICE_INSERTION
COMPONENT_TYPE_VMC
COMPONENT_TYPE_SPOOFGUARD
COMPONENT_TYPE_EDGE_FW
COMPONENT_TYPE_DLB
COMPONENT_TYPE_ANTREA_SPOOFGUARD
COMPONENT_TYPE_ANTREA_LB
COMPONENT_TYPE_ANTREA_ROUTING
COMPONENT_TYPE_ANTREA_DFW
COMPONENT_TYPE_ANTREA_FORWARDING
COMPONENT_TYPE_HOST_SWITCH
COMPONENT_TYPE_UNKNOWN
The type of the component that issued the observation.void
setSequenceNo(java.lang.Long sequenceNo)
the hop count for observations on the transport node that a traceflow packet is injected in will be 0.void
setSitePath(java.lang.String sitePath)
This field contains the site path where this observation was generated.void
setTimestamp(java.lang.Long timestamp)
Timestamp when the observation was created by the transport node (milliseconds epoch) 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
setTimestampMicro(java.lang.Long timestampMicro)
Timestamp when the observation was created by the transport node (microseconds epoch) 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
setTransportNodeId(java.lang.String transportNodeId)
id of the transport node that observed a traceflow packet 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
setTransportNodeName(java.lang.String transportNodeName)
name of the transport node that observed a traceflow packet 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
setTransportNodeType(java.lang.String transportNodeType)
Possible values are:TRANSPORT_NODE_TYPE_ESX
TRANSPORT_NODE_TYPE_RHELKVM
TRANSPORT_NODE_TYPE_UBUNTUKVM
TRANSPORT_NODE_TYPE_CENTOSKVM
TRANSPORT_NODE_TYPE_RHELCONTAINER
TRANSPORT_NODE_TYPE_CENTOSCONTAINER
TRANSPORT_NODE_TYPE_RHELSERVER
TRANSPORT_NODE_TYPE_UBUNTUSERVER
TRANSPORT_NODE_TYPE_CENTOSSERVER
TRANSPORT_NODE_TYPE_SLESKVM
TRANSPORT_NODE_TYPE_SLESSERVER
TRANSPORT_NODE_TYPE_WINDOWSSERVER
TRANSPORT_NODE_TYPE_RHELSMARTNIC
TRANSPORT_NODE_TYPE_OELSERVER
TRANSPORT_NODE_TYPE_UBUNTUSMARTNIC
TRANSPORT_NODE_TYPE_EDGE
TRANSPORT_NODE_TYPE_PUBLIC_CLOUD_GATEWAY_NODE
TRANSPORT_NODE_TYPE_OTHERS
TRANSPORT_NODE_TYPE_HYPERV
type of the transport node that observed a traceflow packet 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
toString()
-
-
-
Field Detail
-
_TYPE_IDENTIFIER
public static final java.lang.String _TYPE_IDENTIFIER
Identifier denoting this class, when it is used in polymorphic context.This value should be assigned to the property which is used to discriminate the actual type used in the polymorphic context.
- See Also:
- Constant Field Values
-
COMPONENT_SUB_TYPE_LR_TIER0
public static final java.lang.String COMPONENT_SUB_TYPE_LR_TIER0
- See Also:
- Constant Field Values
-
COMPONENT_SUB_TYPE_LR_TIER1
public static final java.lang.String COMPONENT_SUB_TYPE_LR_TIER1
- See Also:
- Constant Field Values
-
COMPONENT_SUB_TYPE_LR_VRF_TIER0
public static final java.lang.String COMPONENT_SUB_TYPE_LR_VRF_TIER0
- See Also:
- Constant Field Values
-
COMPONENT_SUB_TYPE_LS_TRANSIT
public static final java.lang.String COMPONENT_SUB_TYPE_LS_TRANSIT
- See Also:
- Constant Field Values
-
COMPONENT_SUB_TYPE_SI_CLASSIFIER
public static final java.lang.String COMPONENT_SUB_TYPE_SI_CLASSIFIER
- See Also:
- Constant Field Values
-
COMPONENT_SUB_TYPE_SI_PROXY
public static final java.lang.String COMPONENT_SUB_TYPE_SI_PROXY
- See Also:
- Constant Field Values
-
COMPONENT_SUB_TYPE_VDR
public static final java.lang.String COMPONENT_SUB_TYPE_VDR
- See Also:
- Constant Field Values
-
COMPONENT_SUB_TYPE_ENI
public static final java.lang.String COMPONENT_SUB_TYPE_ENI
- See Also:
- Constant Field Values
-
COMPONENT_SUB_TYPE_AWS_GATEWAY
public static final java.lang.String COMPONENT_SUB_TYPE_AWS_GATEWAY
- See Also:
- Constant Field Values
-
COMPONENT_SUB_TYPE_TGW_ROUTE
public static final java.lang.String COMPONENT_SUB_TYPE_TGW_ROUTE
- See Also:
- Constant Field Values
-
COMPONENT_SUB_TYPE_EDGE_UPLINK
public static final java.lang.String COMPONENT_SUB_TYPE_EDGE_UPLINK
- See Also:
- Constant Field Values
-
COMPONENT_SUB_TYPE_DELL_GATEWAY
public static final java.lang.String COMPONENT_SUB_TYPE_DELL_GATEWAY
- See Also:
- Constant Field Values
-
COMPONENT_SUB_TYPE_LGW_ROUTE
public static final java.lang.String COMPONENT_SUB_TYPE_LGW_ROUTE
- See Also:
- Constant Field Values
-
COMPONENT_SUB_TYPE_LR_KNI
public static final java.lang.String COMPONENT_SUB_TYPE_LR_KNI
- See Also:
- Constant Field Values
-
COMPONENT_SUB_TYPE_UNKNOWN
public static final java.lang.String COMPONENT_SUB_TYPE_UNKNOWN
- See Also:
- Constant Field Values
-
COMPONENT_TYPE_PHYSICAL
public static final java.lang.String COMPONENT_TYPE_PHYSICAL
- See Also:
- Constant Field Values
-
COMPONENT_TYPE_LR
public static final java.lang.String COMPONENT_TYPE_LR
- See Also:
- Constant Field Values
-
COMPONENT_TYPE_LS
public static final java.lang.String COMPONENT_TYPE_LS
- See Also:
- Constant Field Values
-
COMPONENT_TYPE_DFW
public static final java.lang.String COMPONENT_TYPE_DFW
- See Also:
- Constant Field Values
-
COMPONENT_TYPE_BRIDGE
public static final java.lang.String COMPONENT_TYPE_BRIDGE
- See Also:
- Constant Field Values
-
COMPONENT_TYPE_EDGE_TUNNEL
public static final java.lang.String COMPONENT_TYPE_EDGE_TUNNEL
- See Also:
- Constant Field Values
-
COMPONENT_TYPE_EDGE_HOSTSWITCH
public static final java.lang.String COMPONENT_TYPE_EDGE_HOSTSWITCH
- See Also:
- Constant Field Values
-
COMPONENT_TYPE_FW_BRIDGE
public static final java.lang.String COMPONENT_TYPE_FW_BRIDGE
- See Also:
- Constant Field Values
-
COMPONENT_TYPE_EDGE_RTEP_TUNNEL
public static final java.lang.String COMPONENT_TYPE_EDGE_RTEP_TUNNEL
- See Also:
- Constant Field Values
-
COMPONENT_TYPE_LOAD_BALANCER
public static final java.lang.String COMPONENT_TYPE_LOAD_BALANCER
- See Also:
- Constant Field Values
-
COMPONENT_TYPE_NAT
public static final java.lang.String COMPONENT_TYPE_NAT
- See Also:
- Constant Field Values
-
COMPONENT_TYPE_IPSEC
public static final java.lang.String COMPONENT_TYPE_IPSEC
- See Also:
- Constant Field Values
-
COMPONENT_TYPE_SERVICE_INSERTION
public static final java.lang.String COMPONENT_TYPE_SERVICE_INSERTION
- See Also:
- Constant Field Values
-
COMPONENT_TYPE_VMC
public static final java.lang.String COMPONENT_TYPE_VMC
- See Also:
- Constant Field Values
-
COMPONENT_TYPE_SPOOFGUARD
public static final java.lang.String COMPONENT_TYPE_SPOOFGUARD
- See Also:
- Constant Field Values
-
COMPONENT_TYPE_EDGE_FW
public static final java.lang.String COMPONENT_TYPE_EDGE_FW
- See Also:
- Constant Field Values
-
COMPONENT_TYPE_DLB
public static final java.lang.String COMPONENT_TYPE_DLB
- See Also:
- Constant Field Values
-
COMPONENT_TYPE_ANTREA_SPOOFGUARD
public static final java.lang.String COMPONENT_TYPE_ANTREA_SPOOFGUARD
- See Also:
- Constant Field Values
-
COMPONENT_TYPE_ANTREA_LB
public static final java.lang.String COMPONENT_TYPE_ANTREA_LB
- See Also:
- Constant Field Values
-
COMPONENT_TYPE_ANTREA_ROUTING
public static final java.lang.String COMPONENT_TYPE_ANTREA_ROUTING
- See Also:
- Constant Field Values
-
COMPONENT_TYPE_ANTREA_DFW
public static final java.lang.String COMPONENT_TYPE_ANTREA_DFW
- See Also:
- Constant Field Values
-
COMPONENT_TYPE_ANTREA_FORWARDING
public static final java.lang.String COMPONENT_TYPE_ANTREA_FORWARDING
- See Also:
- Constant Field Values
-
COMPONENT_TYPE_HOST_SWITCH
public static final java.lang.String COMPONENT_TYPE_HOST_SWITCH
- See Also:
- Constant Field Values
-
COMPONENT_TYPE_UNKNOWN
public static final java.lang.String COMPONENT_TYPE_UNKNOWN
- See Also:
- Constant Field Values
-
RESOURCE_TYPE_TRACEFLOWOBSERVATIONFORWARDED
public static final java.lang.String RESOURCE_TYPE_TRACEFLOWOBSERVATIONFORWARDED
- See Also:
- Constant Field Values
-
RESOURCE_TYPE_TRACEFLOWOBSERVATIONDROPPED
public static final java.lang.String RESOURCE_TYPE_TRACEFLOWOBSERVATIONDROPPED
- See Also:
- Constant Field Values
-
RESOURCE_TYPE_TRACEFLOWOBSERVATIONDELIVERED
public static final java.lang.String RESOURCE_TYPE_TRACEFLOWOBSERVATIONDELIVERED
- See Also:
- Constant Field Values
-
RESOURCE_TYPE_TRACEFLOWOBSERVATIONRECEIVED
public static final java.lang.String RESOURCE_TYPE_TRACEFLOWOBSERVATIONRECEIVED
- See Also:
- Constant Field Values
-
RESOURCE_TYPE_TRACEFLOWOBSERVATIONFORWARDEDLOGICAL
public static final java.lang.String RESOURCE_TYPE_TRACEFLOWOBSERVATIONFORWARDEDLOGICAL
- See Also:
- Constant Field Values
-
RESOURCE_TYPE_TRACEFLOWOBSERVATIONDROPPEDLOGICAL
public static final java.lang.String RESOURCE_TYPE_TRACEFLOWOBSERVATIONDROPPEDLOGICAL
- See Also:
- Constant Field Values
-
RESOURCE_TYPE_TRACEFLOWOBSERVATIONRECEIVEDLOGICAL
public static final java.lang.String RESOURCE_TYPE_TRACEFLOWOBSERVATIONRECEIVEDLOGICAL
- See Also:
- Constant Field Values
-
RESOURCE_TYPE_TRACEFLOWOBSERVATIONREPLICATIONLOGICAL
public static final java.lang.String RESOURCE_TYPE_TRACEFLOWOBSERVATIONREPLICATIONLOGICAL
- See Also:
- Constant Field Values
-
RESOURCE_TYPE_TRACEFLOWOBSERVATIONRELAYEDLOGICAL
public static final java.lang.String RESOURCE_TYPE_TRACEFLOWOBSERVATIONRELAYEDLOGICAL
- See Also:
- Constant Field Values
-
RESOURCE_TYPE_TRACEFLOWOBSERVATIONPROTECTED
public static final java.lang.String RESOURCE_TYPE_TRACEFLOWOBSERVATIONPROTECTED
- See Also:
- Constant Field Values
-
TRANSPORT_NODE_TYPE_ESX
public static final java.lang.String TRANSPORT_NODE_TYPE_ESX
- See Also:
- Constant Field Values
-
TRANSPORT_NODE_TYPE_RHELKVM
public static final java.lang.String TRANSPORT_NODE_TYPE_RHELKVM
- See Also:
- Constant Field Values
-
TRANSPORT_NODE_TYPE_UBUNTUKVM
public static final java.lang.String TRANSPORT_NODE_TYPE_UBUNTUKVM
- See Also:
- Constant Field Values
-
TRANSPORT_NODE_TYPE_CENTOSKVM
public static final java.lang.String TRANSPORT_NODE_TYPE_CENTOSKVM
- See Also:
- Constant Field Values
-
TRANSPORT_NODE_TYPE_RHELCONTAINER
public static final java.lang.String TRANSPORT_NODE_TYPE_RHELCONTAINER
- See Also:
- Constant Field Values
-
TRANSPORT_NODE_TYPE_CENTOSCONTAINER
public static final java.lang.String TRANSPORT_NODE_TYPE_CENTOSCONTAINER
- See Also:
- Constant Field Values
-
TRANSPORT_NODE_TYPE_RHELSERVER
public static final java.lang.String TRANSPORT_NODE_TYPE_RHELSERVER
- See Also:
- Constant Field Values
-
TRANSPORT_NODE_TYPE_UBUNTUSERVER
public static final java.lang.String TRANSPORT_NODE_TYPE_UBUNTUSERVER
- See Also:
- Constant Field Values
-
TRANSPORT_NODE_TYPE_CENTOSSERVER
public static final java.lang.String TRANSPORT_NODE_TYPE_CENTOSSERVER
- See Also:
- Constant Field Values
-
TRANSPORT_NODE_TYPE_SLESKVM
public static final java.lang.String TRANSPORT_NODE_TYPE_SLESKVM
- See Also:
- Constant Field Values
-
TRANSPORT_NODE_TYPE_SLESSERVER
public static final java.lang.String TRANSPORT_NODE_TYPE_SLESSERVER
- See Also:
- Constant Field Values
-
TRANSPORT_NODE_TYPE_WINDOWSSERVER
public static final java.lang.String TRANSPORT_NODE_TYPE_WINDOWSSERVER
- See Also:
- Constant Field Values
-
TRANSPORT_NODE_TYPE_RHELSMARTNIC
public static final java.lang.String TRANSPORT_NODE_TYPE_RHELSMARTNIC
- See Also:
- Constant Field Values
-
TRANSPORT_NODE_TYPE_OELSERVER
public static final java.lang.String TRANSPORT_NODE_TYPE_OELSERVER
- See Also:
- Constant Field Values
-
TRANSPORT_NODE_TYPE_UBUNTUSMARTNIC
public static final java.lang.String TRANSPORT_NODE_TYPE_UBUNTUSMARTNIC
- See Also:
- Constant Field Values
-
TRANSPORT_NODE_TYPE_EDGE
public static final java.lang.String TRANSPORT_NODE_TYPE_EDGE
- See Also:
- Constant Field Values
-
TRANSPORT_NODE_TYPE_PUBLIC_CLOUD_GATEWAY_NODE
public static final java.lang.String TRANSPORT_NODE_TYPE_PUBLIC_CLOUD_GATEWAY_NODE
- See Also:
- Constant Field Values
-
TRANSPORT_NODE_TYPE_OTHERS
public static final java.lang.String TRANSPORT_NODE_TYPE_OTHERS
- See Also:
- Constant Field Values
-
TRANSPORT_NODE_TYPE_HYPERV
public static final java.lang.String TRANSPORT_NODE_TYPE_HYPERV
- See Also:
- Constant Field Values
-
__dynamicStructureFields
protected com.vmware.vapi.data.StructValue __dynamicStructureFields
-
-
Method Detail
-
getComponentName
public java.lang.String getComponentName()
The name of the component that issued the observation. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Returns:
- The current value of the property.
-
setComponentName
public void setComponentName(java.lang.String componentName)
The name of the component that issued the observation. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
componentName
- New value for the property.
-
getComponentSubType
public java.lang.String getComponentSubType()
Possible values are:-
COMPONENT_SUB_TYPE_LR_TIER0
-
COMPONENT_SUB_TYPE_LR_TIER1
-
COMPONENT_SUB_TYPE_LR_VRF_TIER0
-
COMPONENT_SUB_TYPE_LS_TRANSIT
-
COMPONENT_SUB_TYPE_SI_CLASSIFIER
-
COMPONENT_SUB_TYPE_SI_PROXY
-
COMPONENT_SUB_TYPE_VDR
-
COMPONENT_SUB_TYPE_ENI
-
COMPONENT_SUB_TYPE_AWS_GATEWAY
-
COMPONENT_SUB_TYPE_TGW_ROUTE
-
COMPONENT_SUB_TYPE_EDGE_UPLINK
-
COMPONENT_SUB_TYPE_DELL_GATEWAY
-
COMPONENT_SUB_TYPE_LGW_ROUTE
-
COMPONENT_SUB_TYPE_LR_KNI
-
COMPONENT_SUB_TYPE_UNKNOWN
- Returns:
- The current value of the property.
-
-
setComponentSubType
public void setComponentSubType(java.lang.String componentSubType)
Possible values are:-
COMPONENT_SUB_TYPE_LR_TIER0
-
COMPONENT_SUB_TYPE_LR_TIER1
-
COMPONENT_SUB_TYPE_LR_VRF_TIER0
-
COMPONENT_SUB_TYPE_LS_TRANSIT
-
COMPONENT_SUB_TYPE_SI_CLASSIFIER
-
COMPONENT_SUB_TYPE_SI_PROXY
-
COMPONENT_SUB_TYPE_VDR
-
COMPONENT_SUB_TYPE_ENI
-
COMPONENT_SUB_TYPE_AWS_GATEWAY
-
COMPONENT_SUB_TYPE_TGW_ROUTE
-
COMPONENT_SUB_TYPE_EDGE_UPLINK
-
COMPONENT_SUB_TYPE_DELL_GATEWAY
-
COMPONENT_SUB_TYPE_LGW_ROUTE
-
COMPONENT_SUB_TYPE_LR_KNI
-
COMPONENT_SUB_TYPE_UNKNOWN
- Parameters:
componentSubType
- New value for the property.
-
-
getComponentType
public java.lang.String getComponentType()
Possible values are:-
COMPONENT_TYPE_PHYSICAL
-
COMPONENT_TYPE_LR
-
COMPONENT_TYPE_LS
-
COMPONENT_TYPE_DFW
-
COMPONENT_TYPE_BRIDGE
-
COMPONENT_TYPE_EDGE_TUNNEL
-
COMPONENT_TYPE_EDGE_HOSTSWITCH
-
COMPONENT_TYPE_FW_BRIDGE
-
COMPONENT_TYPE_EDGE_RTEP_TUNNEL
-
COMPONENT_TYPE_LOAD_BALANCER
-
COMPONENT_TYPE_NAT
-
COMPONENT_TYPE_IPSEC
-
COMPONENT_TYPE_SERVICE_INSERTION
-
COMPONENT_TYPE_VMC
-
COMPONENT_TYPE_SPOOFGUARD
-
COMPONENT_TYPE_EDGE_FW
-
COMPONENT_TYPE_DLB
-
COMPONENT_TYPE_ANTREA_SPOOFGUARD
-
COMPONENT_TYPE_ANTREA_LB
-
COMPONENT_TYPE_ANTREA_ROUTING
-
COMPONENT_TYPE_ANTREA_DFW
-
COMPONENT_TYPE_ANTREA_FORWARDING
-
COMPONENT_TYPE_HOST_SWITCH
-
COMPONENT_TYPE_UNKNOWN
- Returns:
- The current value of the property.
-
-
setComponentType
public void setComponentType(java.lang.String componentType)
Possible values are:-
COMPONENT_TYPE_PHYSICAL
-
COMPONENT_TYPE_LR
-
COMPONENT_TYPE_LS
-
COMPONENT_TYPE_DFW
-
COMPONENT_TYPE_BRIDGE
-
COMPONENT_TYPE_EDGE_TUNNEL
-
COMPONENT_TYPE_EDGE_HOSTSWITCH
-
COMPONENT_TYPE_FW_BRIDGE
-
COMPONENT_TYPE_EDGE_RTEP_TUNNEL
-
COMPONENT_TYPE_LOAD_BALANCER
-
COMPONENT_TYPE_NAT
-
COMPONENT_TYPE_IPSEC
-
COMPONENT_TYPE_SERVICE_INSERTION
-
COMPONENT_TYPE_VMC
-
COMPONENT_TYPE_SPOOFGUARD
-
COMPONENT_TYPE_EDGE_FW
-
COMPONENT_TYPE_DLB
-
COMPONENT_TYPE_ANTREA_SPOOFGUARD
-
COMPONENT_TYPE_ANTREA_LB
-
COMPONENT_TYPE_ANTREA_ROUTING
-
COMPONENT_TYPE_ANTREA_DFW
-
COMPONENT_TYPE_ANTREA_FORWARDING
-
COMPONENT_TYPE_HOST_SWITCH
-
COMPONENT_TYPE_UNKNOWN
- Parameters:
componentType
- New value for the property.
-
-
getResourceType
public java.lang.String getResourceType()
Possible values are:-
RESOURCE_TYPE_TRACEFLOWOBSERVATIONFORWARDED
-
RESOURCE_TYPE_TRACEFLOWOBSERVATIONDROPPED
-
RESOURCE_TYPE_TRACEFLOWOBSERVATIONDELIVERED
-
RESOURCE_TYPE_TRACEFLOWOBSERVATIONRECEIVED
-
RESOURCE_TYPE_TRACEFLOWOBSERVATIONFORWARDEDLOGICAL
-
RESOURCE_TYPE_TRACEFLOWOBSERVATIONDROPPEDLOGICAL
-
RESOURCE_TYPE_TRACEFLOWOBSERVATIONRECEIVEDLOGICAL
-
RESOURCE_TYPE_TRACEFLOWOBSERVATIONREPLICATIONLOGICAL
-
RESOURCE_TYPE_TRACEFLOWOBSERVATIONRELAYEDLOGICAL
-
RESOURCE_TYPE_TRACEFLOWOBSERVATIONPROTECTED
"TraceflowObservation"
.- Returns:
- The current value of the property.
-
-
getSequenceNo
public java.lang.Long getSequenceNo()
the hop count for observations on the transport node that a traceflow packet is injected in will be 0. The hop count is incremented each time a subsequent transport node receives the traceflow packet. The sequence number of 999 indicates that the hop count could not be determined for the containing observation. 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.- Returns:
- The current value of the property.
-
setSequenceNo
public void setSequenceNo(java.lang.Long sequenceNo)
the hop count for observations on the transport node that a traceflow packet is injected in will be 0. The hop count is incremented each time a subsequent transport node receives the traceflow packet. The sequence number of 999 indicates that the hop count could not be determined for the containing observation. 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.- Parameters:
sequenceNo
- New value for the property.
-
getSitePath
public java.lang.String getSitePath()
This field contains the site path where this observation was generated. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Returns:
- The current value of the property.
-
setSitePath
public void setSitePath(java.lang.String sitePath)
This field contains the site path where this observation was generated. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
sitePath
- New value for the property.
-
getTimestamp
public java.lang.Long getTimestamp()
Timestamp when the observation was created by the transport node (milliseconds epoch) 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.- Returns:
- The current value of the property.
-
setTimestamp
public void setTimestamp(java.lang.Long timestamp)
Timestamp when the observation was created by the transport node (milliseconds epoch) 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.- Parameters:
timestamp
- New value for the property.
-
getTimestampMicro
public java.lang.Long getTimestampMicro()
Timestamp when the observation was created by the transport node (microseconds epoch) 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.- Returns:
- The current value of the property.
-
setTimestampMicro
public void setTimestampMicro(java.lang.Long timestampMicro)
Timestamp when the observation was created by the transport node (microseconds epoch) 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.- Parameters:
timestampMicro
- New value for the property.
-
getTransportNodeId
public java.lang.String getTransportNodeId()
id of the transport node that observed a traceflow packet This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Returns:
- The current value of the property.
-
setTransportNodeId
public void setTransportNodeId(java.lang.String transportNodeId)
id of the transport node that observed a traceflow packet This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
transportNodeId
- New value for the property.
-
getTransportNodeName
public java.lang.String getTransportNodeName()
name of the transport node that observed a traceflow packet This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Returns:
- The current value of the property.
-
setTransportNodeName
public void setTransportNodeName(java.lang.String transportNodeName)
name of the transport node that observed a traceflow packet This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
transportNodeName
- New value for the property.
-
getTransportNodeType
public java.lang.String getTransportNodeType()
Possible values are:-
TRANSPORT_NODE_TYPE_ESX
-
TRANSPORT_NODE_TYPE_RHELKVM
-
TRANSPORT_NODE_TYPE_UBUNTUKVM
-
TRANSPORT_NODE_TYPE_CENTOSKVM
-
TRANSPORT_NODE_TYPE_RHELCONTAINER
-
TRANSPORT_NODE_TYPE_CENTOSCONTAINER
-
TRANSPORT_NODE_TYPE_RHELSERVER
-
TRANSPORT_NODE_TYPE_UBUNTUSERVER
-
TRANSPORT_NODE_TYPE_CENTOSSERVER
-
TRANSPORT_NODE_TYPE_SLESKVM
-
TRANSPORT_NODE_TYPE_SLESSERVER
-
TRANSPORT_NODE_TYPE_WINDOWSSERVER
-
TRANSPORT_NODE_TYPE_RHELSMARTNIC
-
TRANSPORT_NODE_TYPE_OELSERVER
-
TRANSPORT_NODE_TYPE_UBUNTUSMARTNIC
-
TRANSPORT_NODE_TYPE_EDGE
-
TRANSPORT_NODE_TYPE_PUBLIC_CLOUD_GATEWAY_NODE
-
TRANSPORT_NODE_TYPE_OTHERS
-
TRANSPORT_NODE_TYPE_HYPERV
- Returns:
- The current value of the property.
-
-
setTransportNodeType
public void setTransportNodeType(java.lang.String transportNodeType)
Possible values are:-
TRANSPORT_NODE_TYPE_ESX
-
TRANSPORT_NODE_TYPE_RHELKVM
-
TRANSPORT_NODE_TYPE_UBUNTUKVM
-
TRANSPORT_NODE_TYPE_CENTOSKVM
-
TRANSPORT_NODE_TYPE_RHELCONTAINER
-
TRANSPORT_NODE_TYPE_CENTOSCONTAINER
-
TRANSPORT_NODE_TYPE_RHELSERVER
-
TRANSPORT_NODE_TYPE_UBUNTUSERVER
-
TRANSPORT_NODE_TYPE_CENTOSSERVER
-
TRANSPORT_NODE_TYPE_SLESKVM
-
TRANSPORT_NODE_TYPE_SLESSERVER
-
TRANSPORT_NODE_TYPE_WINDOWSSERVER
-
TRANSPORT_NODE_TYPE_RHELSMARTNIC
-
TRANSPORT_NODE_TYPE_OELSERVER
-
TRANSPORT_NODE_TYPE_UBUNTUSMARTNIC
-
TRANSPORT_NODE_TYPE_EDGE
-
TRANSPORT_NODE_TYPE_PUBLIC_CLOUD_GATEWAY_NODE
-
TRANSPORT_NODE_TYPE_OTHERS
-
TRANSPORT_NODE_TYPE_HYPERV
- Parameters:
transportNodeType
- New value for the property.
-
-
_getType
public com.vmware.vapi.bindings.type.StructType _getType()
- Specified by:
_getType
in interfacecom.vmware.vapi.bindings.StaticStructure
-
_getDataValue
public com.vmware.vapi.data.StructValue _getDataValue()
- Specified by:
_getDataValue
in interfacecom.vmware.vapi.bindings.Structure
-
_updateDataValue
protected void _updateDataValue(com.vmware.vapi.data.StructValue structValue)
-
_validate
public void _validate()
- Specified by:
_validate
in interfacecom.vmware.vapi.bindings.StaticStructure
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Specified by:
toString
in interfacecom.vmware.vapi.bindings.StaticStructure
- Overrides:
toString
in classjava.lang.Object
-
_hasTypeNameOf
public boolean _hasTypeNameOf(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz)
- Specified by:
_hasTypeNameOf
in interfacecom.vmware.vapi.bindings.Structure
-
_convertTo
public <T extends com.vmware.vapi.bindings.Structure> T _convertTo(java.lang.Class<T> clazz)
- Specified by:
_convertTo
in interfacecom.vmware.vapi.bindings.Structure
-
_setDynamicField
public void _setDynamicField(java.lang.String fieldName, com.vmware.vapi.data.DataValue fieldValue)
- Specified by:
_setDynamicField
in interfacecom.vmware.vapi.bindings.StaticStructure
-
_getDynamicField
public com.vmware.vapi.data.DataValue _getDynamicField(java.lang.String fieldName)
- Specified by:
_getDynamicField
in interfacecom.vmware.vapi.bindings.StaticStructure
-
_getDynamicFieldNames
public java.util.Set<java.lang.String> _getDynamicFieldNames()
- Specified by:
_getDynamicFieldNames
in interfacecom.vmware.vapi.bindings.StaticStructure
-
_getClassType
public static com.vmware.vapi.bindings.type.StructType _getClassType()
WARNING: Internal method, subject to change in future versions.- Returns:
StructType
instance representing the static bindings type for thisStructure
.
-
_getCanonicalName
public java.lang.String _getCanonicalName()
- Specified by:
_getCanonicalName
in interfacecom.vmware.vapi.bindings.Structure
-
_getCanonicalTypeName
public static java.lang.String _getCanonicalTypeName()
Returns the canonical type name. See_getCanonicalName()
.- Returns:
- canonical type name
-
_newInstance
public static TraceflowObservation _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.- Parameters:
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.- Returns:
- the static bindings
StructType
-
_newInstance2
public static TraceflowObservation _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
-
-