Package com.vmware.nsx_policy.model
Class CheckpointCounter.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.CheckpointCounter.Builder
-
- Enclosing class:
- CheckpointCounter
public static final class CheckpointCounter.Builder extends java.lang.Object
Builder class forCheckpointCounter
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofCheckpointCounter
.
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofCheckpointCounter
.
-
-
Method Detail
-
setCheckpointType
public CheckpointCounter.Builder setCheckpointType(java.lang.String checkpointType)
Possible values are:-
CheckpointCounter.CHECKPOINT_TYPE_UNKNOWN
-
CheckpointCounter.CHECKPOINT_TYPE_PORT_INPUT
-
CheckpointCounter.CHECKPOINT_TYPE_PORT_OUTPUT
-
CheckpointCounter.CHECKPOINT_TYPE_SPOOFGUARD_INPUT
-
CheckpointCounter.CHECKPOINT_TYPE_SPOOFGUARD_OUTPUT
-
CheckpointCounter.CHECKPOINT_TYPE_SPOOFGUARD_DROP
-
CheckpointCounter.CHECKPOINT_TYPE_DFW_INPUT
-
CheckpointCounter.CHECKPOINT_TYPE_DFW_OUTPUT
-
CheckpointCounter.CHECKPOINT_TYPE_DFW_DROP
-
CheckpointCounter.CHECKPOINT_TYPE_UPLINK_INPUT
-
CheckpointCounter.CHECKPOINT_TYPE_UPLINK_OUTPUT
-
CheckpointCounter.CHECKPOINT_TYPE_ENS_PORT_INPUT
-
CheckpointCounter.CHECKPOINT_TYPE_ENS_PORT_OUTPUT
-
CheckpointCounter.CHECKPOINT_TYPE_ENS_UPLINK_INPUT
-
CheckpointCounter.CHECKPOINT_TYPE_ENS_UPLINK_OUTPUT
-
CheckpointCounter.CHECKPOINT_TYPE_ENS_DFW_INPUT
-
CheckpointCounter.CHECKPOINT_TYPE_ENS_DFW_OUTPUT
-
CheckpointCounter.CHECKPOINT_TYPE_ENS_DFW_DROP
-
CheckpointCounter.CHECKPOINT_TYPE_ROUTER_DROP
- Parameters:
checkpointType
- New value for the property.
-
-
setCount
public CheckpointCounter.Builder setCount(java.lang.Long count)
The number of packets traversed by this checkpoint. The packet connectivity issue can be discovered by comparing the count value of different checkpoints. 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:
count
- New value for the property.
-
build
public CheckpointCounter build()
-
-