Package com.vmware.nsx_policy.model
Class PolicyTraceflowObservationDropped
- java.lang.Object
-
- com.vmware.nsx_policy.model.PolicyTraceflowObservationDropped
-
- All Implemented Interfaces:
com.vmware.vapi.bindings.StaticStructure
,com.vmware.vapi.bindings.Structure
,java.io.Serializable
public final class PolicyTraceflowObservationDropped 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
PolicyTraceflowObservationDropped.Builder
Builder class forPolicyTraceflowObservationDropped
.
-
Field Summary
Fields Modifier and Type Field Description protected com.vmware.vapi.data.StructValue
__dynamicStructureFields
-
Constructor Summary
Constructors Modifier Constructor Description PolicyTraceflowObservationDropped()
Default constructor.protected
PolicyTraceflowObservationDropped(com.vmware.vapi.data.StructValue __dynamicStructureFields)
-
Method Summary
-
-
-
Method Detail
-
getAclRulePath
public java.lang.String getAclRulePath()
The path of the ACL rule that was applied to forward the 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.
-
setAclRulePath
public void setAclRulePath(java.lang.String aclRulePath)
The path of the ACL rule that was applied to forward the 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:
aclRulePath
- New value for the property.
-
getInterfacePath
public java.lang.String getInterfacePath()
Path of interface 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.
-
setInterfacePath
public void setInterfacePath(java.lang.String interfacePath)
Path of interface 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:
interfacePath
- New value for the property.
-
getNatRulePath
public java.lang.String getNatRulePath()
The path of the NAT rule that was applied to forward the 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.
-
setNatRulePath
public void setNatRulePath(java.lang.String natRulePath)
The path of the NAT rule that was applied to forward the 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:
natRulePath
- New value for the property.
-
getSegmentPortPath
public java.lang.String getSegmentPortPath()
Path of segment port 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.
-
setSegmentPortPath
public void setSegmentPortPath(java.lang.String segmentPortPath)
Path of segment port 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:
segmentPortPath
- New value for the property.
-
getAclRuleId
public java.lang.Long getAclRuleId()
This field is specified when the traceflow packet matched a L3 firewall rule. 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.
-
setAclRuleId
public void setAclRuleId(java.lang.Long aclRuleId)
This field is specified when the traceflow packet matched a L3 firewall rule. 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:
aclRuleId
- New value for the property.
-
getArpFailReason
public java.lang.String getArpFailReason()
Possible values are:-
TraceflowObservationDropped.ARP_FAIL_REASON_UNKNOWN
-
TraceflowObservationDropped.ARP_FAIL_REASON_TIMEOUT
-
TraceflowObservationDropped.ARP_FAIL_REASON_CPFAIL
-
TraceflowObservationDropped.ARP_FAIL_REASON_FROMCP
-
TraceflowObservationDropped.ARP_FAIL_REASON_PORTDESTROY
-
TraceflowObservationDropped.ARP_FAIL_REASON_TABLEDESTROY
-
TraceflowObservationDropped.ARP_FAIL_REASON_NETDESTROY
- Returns:
- The current value of the property.
-
-
setArpFailReason
public void setArpFailReason(java.lang.String arpFailReason)
Possible values are:-
TraceflowObservationDropped.ARP_FAIL_REASON_UNKNOWN
-
TraceflowObservationDropped.ARP_FAIL_REASON_TIMEOUT
-
TraceflowObservationDropped.ARP_FAIL_REASON_CPFAIL
-
TraceflowObservationDropped.ARP_FAIL_REASON_FROMCP
-
TraceflowObservationDropped.ARP_FAIL_REASON_PORTDESTROY
-
TraceflowObservationDropped.ARP_FAIL_REASON_TABLEDESTROY
-
TraceflowObservationDropped.ARP_FAIL_REASON_NETDESTROY
- Parameters:
arpFailReason
- New value for the property.
-
-
getIpsecFailReason
public java.lang.String getIpsecFailReason()
Possible values are:-
TraceflowObservationDropped.IPSEC_FAIL_REASON_SA_NOT_FOUND
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_UDP_ENC_STATE_MISMATCH
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_SEQ_ROLLOVER
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_FRAG_NEEDED
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_TUN_IFACE_DOWN
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_POLICY_NOMATCH
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_POLICY_BLOCK
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_POLICY_ERROR
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_REPLAY_SEQ_NUM_REPEAT
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_REPLAY_RECV_DELAY
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_REPLAY_PROC_DELAY
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_ZERO_SEQ_NUM_RECVD
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_ENQUEUE_FAIL
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_AUTH_DGST_MISMATCH
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_AUTH_DGST_SIZE_MISMATCH
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_AUTH_UNSUPPORTED_ALGO
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_CRYPTO_FAIL
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_CRYPTO_PROC_INCOMPLETE
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_CRYPTO_SESSION_INV
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_CRYPTO_ARGS_INV
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_CRYPTO_PROC_ERROR
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_CRYPTO_NO_BUF_SPACE
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_CRYPTO_UNSUPPORTED_CIPHER
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_MALFORMED
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_MALFORMED_INV_PADDING
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_PADDING_REMOVAL_FAILED
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_INNER_MALFORMED
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_INNER_MALFORMED_IP
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_INNER_MALFORMED_UDP
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_INNER_MALFORMED_TCP
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_UNKNOWN
- Returns:
- The current value of the property.
-
-
setIpsecFailReason
public void setIpsecFailReason(java.lang.String ipsecFailReason)
Possible values are:-
TraceflowObservationDropped.IPSEC_FAIL_REASON_SA_NOT_FOUND
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_UDP_ENC_STATE_MISMATCH
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_SEQ_ROLLOVER
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_FRAG_NEEDED
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_TUN_IFACE_DOWN
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_POLICY_NOMATCH
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_POLICY_BLOCK
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_POLICY_ERROR
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_REPLAY_SEQ_NUM_REPEAT
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_REPLAY_RECV_DELAY
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_REPLAY_PROC_DELAY
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_ZERO_SEQ_NUM_RECVD
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_ENQUEUE_FAIL
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_AUTH_DGST_MISMATCH
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_AUTH_DGST_SIZE_MISMATCH
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_AUTH_UNSUPPORTED_ALGO
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_CRYPTO_FAIL
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_CRYPTO_PROC_INCOMPLETE
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_CRYPTO_SESSION_INV
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_CRYPTO_ARGS_INV
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_CRYPTO_PROC_ERROR
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_CRYPTO_NO_BUF_SPACE
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_CRYPTO_UNSUPPORTED_CIPHER
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_MALFORMED
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_MALFORMED_INV_PADDING
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_PADDING_REMOVAL_FAILED
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_INNER_MALFORMED
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_INNER_MALFORMED_IP
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_INNER_MALFORMED_UDP
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_INNER_MALFORMED_TCP
-
TraceflowObservationDropped.IPSEC_FAIL_REASON_UNKNOWN
- Parameters:
ipsecFailReason
- New value for the property.
-
-
getJumptoRuleId
public java.lang.Long getJumptoRuleId()
This field is specified when the traceflow packet matched a jump-to rule. 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.
-
setJumptoRuleId
public void setJumptoRuleId(java.lang.Long jumptoRuleId)
This field is specified when the traceflow packet matched a jump-to rule. 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:
jumptoRuleId
- New value for the property.
-
getL2RuleId
public java.lang.Long getL2RuleId()
This field is specified when the traceflow packet matched a l2 rule. 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.
-
setL2RuleId
public void setL2RuleId(java.lang.Long l2RuleId)
This field is specified when the traceflow packet matched a l2 rule. 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:
l2RuleId
- New value for the property.
-
getLportId
public java.lang.String getLportId()
The id of the logical port at which the traceflow packet was dropped 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.
-
setLportId
public void setLportId(java.lang.String lportId)
The id of the logical port at which the traceflow packet was dropped 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:
lportId
- New value for the property.
-
getLportName
public java.lang.String getLportName()
The name of the logical port at which the traceflow packet was dropped 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.
-
setLportName
public void setLportName(java.lang.String lportName)
The name of the logical port at which the traceflow packet was dropped 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:
lportName
- New value for the property.
-
getNatRuleId
public java.lang.Long getNatRuleId()
This field is specified when the traceflow packet matched a NAT rule. 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.
-
setNatRuleId
public void setNatRuleId(java.lang.Long natRuleId)
This field is specified when the traceflow packet matched a NAT rule. 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:
natRuleId
- New value for the property.
-
getReason
public java.lang.String getReason()
Possible values are:-
TraceflowObservationDropped.REASON_ARP_FAIL
-
TraceflowObservationDropped.REASON_BFD
-
TraceflowObservationDropped.REASON_BROADCAST
-
TraceflowObservationDropped.REASON_DHCP
-
TraceflowObservationDropped.REASON_DLB
-
TraceflowObservationDropped.REASON_FW_RULE
-
TraceflowObservationDropped.REASON_GENEVE
-
TraceflowObservationDropped.REASON_GRE
-
TraceflowObservationDropped.REASON_IFACE
-
TraceflowObservationDropped.REASON_IP
-
TraceflowObservationDropped.REASON_IP_REASS
-
TraceflowObservationDropped.REASON_IPSEC
-
TraceflowObservationDropped.REASON_IPSEC_VTI
-
TraceflowObservationDropped.REASON_L2VPN
-
TraceflowObservationDropped.REASON_L4PORT
-
TraceflowObservationDropped.REASON_LB
-
TraceflowObservationDropped.REASON_LROUTER
-
TraceflowObservationDropped.REASON_LSERVICE
-
TraceflowObservationDropped.REASON_LSWITCH
-
TraceflowObservationDropped.REASON_MANAGEMENT
-
TraceflowObservationDropped.REASON_MD_PROXY
-
TraceflowObservationDropped.REASON_NAT
-
TraceflowObservationDropped.REASON_RTEP_TUNNEL
-
TraceflowObservationDropped.REASON_ND_NS_FAIL
-
TraceflowObservationDropped.REASON_NEIGH
-
TraceflowObservationDropped.REASON_NO_EIP_FOUND
-
TraceflowObservationDropped.REASON_NO_EIP_ASSOCIATION
-
TraceflowObservationDropped.REASON_NO_ENI_FOR_IP
-
TraceflowObservationDropped.REASON_NO_ENI_FOR_LIF
-
TraceflowObservationDropped.REASON_NO_ROUTE
-
TraceflowObservationDropped.REASON_NO_ROUTE_TABLE_FOUND
-
TraceflowObservationDropped.REASON_NO_UNDERLAY_ROUTE_FOUND
-
TraceflowObservationDropped.REASON_NOT_VDR_DOWNLINK
-
TraceflowObservationDropped.REASON_NO_VDR_FOUND
-
TraceflowObservationDropped.REASON_NO_VDR_ON_HOST
-
TraceflowObservationDropped.REASON_NOT_VDR_UPLINK
-
TraceflowObservationDropped.REASON_SERVICE_INSERT
-
TraceflowObservationDropped.REASON_SPOOFGUARD
-
TraceflowObservationDropped.REASON_TTL_ZERO
-
TraceflowObservationDropped.REASON_TUNNEL
-
TraceflowObservationDropped.REASON_VLAN
-
TraceflowObservationDropped.REASON_VXLAN
-
TraceflowObservationDropped.REASON_VXSTT
-
TraceflowObservationDropped.REASON_VMC_NO_RESPONSE
-
TraceflowObservationDropped.REASON_WRONG_UPLINK
-
TraceflowObservationDropped.REASON_FW_STATE
-
TraceflowObservationDropped.REASON_NO_MAC
-
TraceflowObservationDropped.REASON_UNKNOWN
-
TraceflowObservationDropped.REASON_FILTERED_UPLINK
- Returns:
- The current value of the property.
-
-
setReason
public void setReason(java.lang.String reason)
Possible values are:-
TraceflowObservationDropped.REASON_ARP_FAIL
-
TraceflowObservationDropped.REASON_BFD
-
TraceflowObservationDropped.REASON_BROADCAST
-
TraceflowObservationDropped.REASON_DHCP
-
TraceflowObservationDropped.REASON_DLB
-
TraceflowObservationDropped.REASON_FW_RULE
-
TraceflowObservationDropped.REASON_GENEVE
-
TraceflowObservationDropped.REASON_GRE
-
TraceflowObservationDropped.REASON_IFACE
-
TraceflowObservationDropped.REASON_IP
-
TraceflowObservationDropped.REASON_IP_REASS
-
TraceflowObservationDropped.REASON_IPSEC
-
TraceflowObservationDropped.REASON_IPSEC_VTI
-
TraceflowObservationDropped.REASON_L2VPN
-
TraceflowObservationDropped.REASON_L4PORT
-
TraceflowObservationDropped.REASON_LB
-
TraceflowObservationDropped.REASON_LROUTER
-
TraceflowObservationDropped.REASON_LSERVICE
-
TraceflowObservationDropped.REASON_LSWITCH
-
TraceflowObservationDropped.REASON_MANAGEMENT
-
TraceflowObservationDropped.REASON_MD_PROXY
-
TraceflowObservationDropped.REASON_NAT
-
TraceflowObservationDropped.REASON_RTEP_TUNNEL
-
TraceflowObservationDropped.REASON_ND_NS_FAIL
-
TraceflowObservationDropped.REASON_NEIGH
-
TraceflowObservationDropped.REASON_NO_EIP_FOUND
-
TraceflowObservationDropped.REASON_NO_EIP_ASSOCIATION
-
TraceflowObservationDropped.REASON_NO_ENI_FOR_IP
-
TraceflowObservationDropped.REASON_NO_ENI_FOR_LIF
-
TraceflowObservationDropped.REASON_NO_ROUTE
-
TraceflowObservationDropped.REASON_NO_ROUTE_TABLE_FOUND
-
TraceflowObservationDropped.REASON_NO_UNDERLAY_ROUTE_FOUND
-
TraceflowObservationDropped.REASON_NOT_VDR_DOWNLINK
-
TraceflowObservationDropped.REASON_NO_VDR_FOUND
-
TraceflowObservationDropped.REASON_NO_VDR_ON_HOST
-
TraceflowObservationDropped.REASON_NOT_VDR_UPLINK
-
TraceflowObservationDropped.REASON_SERVICE_INSERT
-
TraceflowObservationDropped.REASON_SPOOFGUARD
-
TraceflowObservationDropped.REASON_TTL_ZERO
-
TraceflowObservationDropped.REASON_TUNNEL
-
TraceflowObservationDropped.REASON_VLAN
-
TraceflowObservationDropped.REASON_VXLAN
-
TraceflowObservationDropped.REASON_VXSTT
-
TraceflowObservationDropped.REASON_VMC_NO_RESPONSE
-
TraceflowObservationDropped.REASON_WRONG_UPLINK
-
TraceflowObservationDropped.REASON_FW_STATE
-
TraceflowObservationDropped.REASON_NO_MAC
-
TraceflowObservationDropped.REASON_UNKNOWN
-
TraceflowObservationDropped.REASON_FILTERED_UPLINK
- Parameters:
reason
- New value for the property.
-
-
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:-
TraceflowObservation.COMPONENT_SUB_TYPE_LR_TIER0
-
TraceflowObservation.COMPONENT_SUB_TYPE_LR_TIER1
-
TraceflowObservation.COMPONENT_SUB_TYPE_LR_VRF_TIER0
-
TraceflowObservation.COMPONENT_SUB_TYPE_LS_TRANSIT
-
TraceflowObservation.COMPONENT_SUB_TYPE_SI_CLASSIFIER
-
TraceflowObservation.COMPONENT_SUB_TYPE_SI_PROXY
-
TraceflowObservation.COMPONENT_SUB_TYPE_VDR
-
TraceflowObservation.COMPONENT_SUB_TYPE_ENI
-
TraceflowObservation.COMPONENT_SUB_TYPE_AWS_GATEWAY
-
TraceflowObservation.COMPONENT_SUB_TYPE_TGW_ROUTE
-
TraceflowObservation.COMPONENT_SUB_TYPE_EDGE_UPLINK
-
TraceflowObservation.COMPONENT_SUB_TYPE_DELL_GATEWAY
-
TraceflowObservation.COMPONENT_SUB_TYPE_LGW_ROUTE
-
TraceflowObservation.COMPONENT_SUB_TYPE_LR_KNI
-
TraceflowObservation.COMPONENT_SUB_TYPE_UNKNOWN
- Returns:
- The current value of the property.
-
-
setComponentSubType
public void setComponentSubType(java.lang.String componentSubType)
Possible values are:-
TraceflowObservation.COMPONENT_SUB_TYPE_LR_TIER0
-
TraceflowObservation.COMPONENT_SUB_TYPE_LR_TIER1
-
TraceflowObservation.COMPONENT_SUB_TYPE_LR_VRF_TIER0
-
TraceflowObservation.COMPONENT_SUB_TYPE_LS_TRANSIT
-
TraceflowObservation.COMPONENT_SUB_TYPE_SI_CLASSIFIER
-
TraceflowObservation.COMPONENT_SUB_TYPE_SI_PROXY
-
TraceflowObservation.COMPONENT_SUB_TYPE_VDR
-
TraceflowObservation.COMPONENT_SUB_TYPE_ENI
-
TraceflowObservation.COMPONENT_SUB_TYPE_AWS_GATEWAY
-
TraceflowObservation.COMPONENT_SUB_TYPE_TGW_ROUTE
-
TraceflowObservation.COMPONENT_SUB_TYPE_EDGE_UPLINK
-
TraceflowObservation.COMPONENT_SUB_TYPE_DELL_GATEWAY
-
TraceflowObservation.COMPONENT_SUB_TYPE_LGW_ROUTE
-
TraceflowObservation.COMPONENT_SUB_TYPE_LR_KNI
-
TraceflowObservation.COMPONENT_SUB_TYPE_UNKNOWN
- Parameters:
componentSubType
- New value for the property.
-
-
getComponentType
public java.lang.String getComponentType()
Possible values are:-
TraceflowObservation.COMPONENT_TYPE_PHYSICAL
-
TraceflowObservation.COMPONENT_TYPE_LR
-
TraceflowObservation.COMPONENT_TYPE_LS
-
TraceflowObservation.COMPONENT_TYPE_DFW
-
TraceflowObservation.COMPONENT_TYPE_BRIDGE
-
TraceflowObservation.COMPONENT_TYPE_EDGE_TUNNEL
-
TraceflowObservation.COMPONENT_TYPE_EDGE_HOSTSWITCH
-
TraceflowObservation.COMPONENT_TYPE_FW_BRIDGE
-
TraceflowObservation.COMPONENT_TYPE_EDGE_RTEP_TUNNEL
-
TraceflowObservation.COMPONENT_TYPE_LOAD_BALANCER
-
TraceflowObservation.COMPONENT_TYPE_NAT
-
TraceflowObservation.COMPONENT_TYPE_IPSEC
-
TraceflowObservation.COMPONENT_TYPE_SERVICE_INSERTION
-
TraceflowObservation.COMPONENT_TYPE_VMC
-
TraceflowObservation.COMPONENT_TYPE_SPOOFGUARD
-
TraceflowObservation.COMPONENT_TYPE_EDGE_FW
-
TraceflowObservation.COMPONENT_TYPE_DLB
-
TraceflowObservation.COMPONENT_TYPE_ANTREA_SPOOFGUARD
-
TraceflowObservation.COMPONENT_TYPE_ANTREA_LB
-
TraceflowObservation.COMPONENT_TYPE_ANTREA_ROUTING
-
TraceflowObservation.COMPONENT_TYPE_ANTREA_DFW
-
TraceflowObservation.COMPONENT_TYPE_ANTREA_FORWARDING
-
TraceflowObservation.COMPONENT_TYPE_HOST_SWITCH
-
TraceflowObservation.COMPONENT_TYPE_UNKNOWN
- Returns:
- The current value of the property.
-
-
setComponentType
public void setComponentType(java.lang.String componentType)
Possible values are:-
TraceflowObservation.COMPONENT_TYPE_PHYSICAL
-
TraceflowObservation.COMPONENT_TYPE_LR
-
TraceflowObservation.COMPONENT_TYPE_LS
-
TraceflowObservation.COMPONENT_TYPE_DFW
-
TraceflowObservation.COMPONENT_TYPE_BRIDGE
-
TraceflowObservation.COMPONENT_TYPE_EDGE_TUNNEL
-
TraceflowObservation.COMPONENT_TYPE_EDGE_HOSTSWITCH
-
TraceflowObservation.COMPONENT_TYPE_FW_BRIDGE
-
TraceflowObservation.COMPONENT_TYPE_EDGE_RTEP_TUNNEL
-
TraceflowObservation.COMPONENT_TYPE_LOAD_BALANCER
-
TraceflowObservation.COMPONENT_TYPE_NAT
-
TraceflowObservation.COMPONENT_TYPE_IPSEC
-
TraceflowObservation.COMPONENT_TYPE_SERVICE_INSERTION
-
TraceflowObservation.COMPONENT_TYPE_VMC
-
TraceflowObservation.COMPONENT_TYPE_SPOOFGUARD
-
TraceflowObservation.COMPONENT_TYPE_EDGE_FW
-
TraceflowObservation.COMPONENT_TYPE_DLB
-
TraceflowObservation.COMPONENT_TYPE_ANTREA_SPOOFGUARD
-
TraceflowObservation.COMPONENT_TYPE_ANTREA_LB
-
TraceflowObservation.COMPONENT_TYPE_ANTREA_ROUTING
-
TraceflowObservation.COMPONENT_TYPE_ANTREA_DFW
-
TraceflowObservation.COMPONENT_TYPE_ANTREA_FORWARDING
-
TraceflowObservation.COMPONENT_TYPE_HOST_SWITCH
-
TraceflowObservation.COMPONENT_TYPE_UNKNOWN
- Parameters:
componentType
- New value for the property.
-
-
getResourceType
public java.lang.String getResourceType()
Possible values are:-
TraceflowObservation.RESOURCE_TYPE_TRACEFLOWOBSERVATIONFORWARDED
-
TraceflowObservation.RESOURCE_TYPE_TRACEFLOWOBSERVATIONDROPPED
-
TraceflowObservation.RESOURCE_TYPE_TRACEFLOWOBSERVATIONDELIVERED
-
TraceflowObservation.RESOURCE_TYPE_TRACEFLOWOBSERVATIONRECEIVED
-
TraceflowObservation.RESOURCE_TYPE_TRACEFLOWOBSERVATIONFORWARDEDLOGICAL
-
TraceflowObservation.RESOURCE_TYPE_TRACEFLOWOBSERVATIONDROPPEDLOGICAL
-
TraceflowObservation.RESOURCE_TYPE_TRACEFLOWOBSERVATIONRECEIVEDLOGICAL
-
TraceflowObservation.RESOURCE_TYPE_TRACEFLOWOBSERVATIONREPLICATIONLOGICAL
-
TraceflowObservation.RESOURCE_TYPE_TRACEFLOWOBSERVATIONRELAYEDLOGICAL
-
TraceflowObservation.RESOURCE_TYPE_TRACEFLOWOBSERVATIONPROTECTED
- Returns:
- The current value of the property.
-
-
setResourceType
public void setResourceType(java.lang.String resourceType)
Possible values are:-
TraceflowObservation.RESOURCE_TYPE_TRACEFLOWOBSERVATIONFORWARDED
-
TraceflowObservation.RESOURCE_TYPE_TRACEFLOWOBSERVATIONDROPPED
-
TraceflowObservation.RESOURCE_TYPE_TRACEFLOWOBSERVATIONDELIVERED
-
TraceflowObservation.RESOURCE_TYPE_TRACEFLOWOBSERVATIONRECEIVED
-
TraceflowObservation.RESOURCE_TYPE_TRACEFLOWOBSERVATIONFORWARDEDLOGICAL
-
TraceflowObservation.RESOURCE_TYPE_TRACEFLOWOBSERVATIONDROPPEDLOGICAL
-
TraceflowObservation.RESOURCE_TYPE_TRACEFLOWOBSERVATIONRECEIVEDLOGICAL
-
TraceflowObservation.RESOURCE_TYPE_TRACEFLOWOBSERVATIONREPLICATIONLOGICAL
-
TraceflowObservation.RESOURCE_TYPE_TRACEFLOWOBSERVATIONRELAYEDLOGICAL
-
TraceflowObservation.RESOURCE_TYPE_TRACEFLOWOBSERVATIONPROTECTED
- Parameters:
resourceType
- New value for 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:-
TraceflowObservation.TRANSPORT_NODE_TYPE_ESX
-
TraceflowObservation.TRANSPORT_NODE_TYPE_RHELKVM
-
TraceflowObservation.TRANSPORT_NODE_TYPE_UBUNTUKVM
-
TraceflowObservation.TRANSPORT_NODE_TYPE_CENTOSKVM
-
TraceflowObservation.TRANSPORT_NODE_TYPE_RHELCONTAINER
-
TraceflowObservation.TRANSPORT_NODE_TYPE_CENTOSCONTAINER
-
TraceflowObservation.TRANSPORT_NODE_TYPE_RHELSERVER
-
TraceflowObservation.TRANSPORT_NODE_TYPE_UBUNTUSERVER
-
TraceflowObservation.TRANSPORT_NODE_TYPE_CENTOSSERVER
-
TraceflowObservation.TRANSPORT_NODE_TYPE_SLESKVM
-
TraceflowObservation.TRANSPORT_NODE_TYPE_SLESSERVER
-
TraceflowObservation.TRANSPORT_NODE_TYPE_WINDOWSSERVER
-
TraceflowObservation.TRANSPORT_NODE_TYPE_RHELSMARTNIC
-
TraceflowObservation.TRANSPORT_NODE_TYPE_OELSERVER
-
TraceflowObservation.TRANSPORT_NODE_TYPE_UBUNTUSMARTNIC
-
TraceflowObservation.TRANSPORT_NODE_TYPE_EDGE
-
TraceflowObservation.TRANSPORT_NODE_TYPE_PUBLIC_CLOUD_GATEWAY_NODE
-
TraceflowObservation.TRANSPORT_NODE_TYPE_OTHERS
-
TraceflowObservation.TRANSPORT_NODE_TYPE_HYPERV
- Returns:
- The current value of the property.
-
-
setTransportNodeType
public void setTransportNodeType(java.lang.String transportNodeType)
Possible values are:-
TraceflowObservation.TRANSPORT_NODE_TYPE_ESX
-
TraceflowObservation.TRANSPORT_NODE_TYPE_RHELKVM
-
TraceflowObservation.TRANSPORT_NODE_TYPE_UBUNTUKVM
-
TraceflowObservation.TRANSPORT_NODE_TYPE_CENTOSKVM
-
TraceflowObservation.TRANSPORT_NODE_TYPE_RHELCONTAINER
-
TraceflowObservation.TRANSPORT_NODE_TYPE_CENTOSCONTAINER
-
TraceflowObservation.TRANSPORT_NODE_TYPE_RHELSERVER
-
TraceflowObservation.TRANSPORT_NODE_TYPE_UBUNTUSERVER
-
TraceflowObservation.TRANSPORT_NODE_TYPE_CENTOSSERVER
-
TraceflowObservation.TRANSPORT_NODE_TYPE_SLESKVM
-
TraceflowObservation.TRANSPORT_NODE_TYPE_SLESSERVER
-
TraceflowObservation.TRANSPORT_NODE_TYPE_WINDOWSSERVER
-
TraceflowObservation.TRANSPORT_NODE_TYPE_RHELSMARTNIC
-
TraceflowObservation.TRANSPORT_NODE_TYPE_OELSERVER
-
TraceflowObservation.TRANSPORT_NODE_TYPE_UBUNTUSMARTNIC
-
TraceflowObservation.TRANSPORT_NODE_TYPE_EDGE
-
TraceflowObservation.TRANSPORT_NODE_TYPE_PUBLIC_CLOUD_GATEWAY_NODE
-
TraceflowObservation.TRANSPORT_NODE_TYPE_OTHERS
-
TraceflowObservation.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 PolicyTraceflowObservationDropped _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 PolicyTraceflowObservationDropped _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
-
-