Package com.vmware.nsx_policy.model
Class PolicyEdgeNodeInterSiteBgpSummary.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.PolicyEdgeNodeInterSiteBgpSummary.Builder
-
- Enclosing class:
- PolicyEdgeNodeInterSiteBgpSummary
public static final class PolicyEdgeNodeInterSiteBgpSummary.Builder extends java.lang.ObjectBuilder class forPolicyEdgeNodeInterSiteBgpSummary.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofPolicyEdgeNodeInterSiteBgpSummary.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PolicyEdgeNodeInterSiteBgpSummarybuild()PolicyEdgeNodeInterSiteBgpSummary.BuildersetEdgeNodePath(java.lang.String edgeNodePath)Edge node path whose status is being reported.PolicyEdgeNodeInterSiteBgpSummary.BuildersetLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)Timestamp when the inter-site IBGP neighbors status was last updated.PolicyEdgeNodeInterSiteBgpSummary.BuildersetNeighborStatus(java.util.List<PolicyBgpNeighborStatus> neighborStatus)Status of all inter-site IBGP neighbors.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofPolicyEdgeNodeInterSiteBgpSummary.
-
-
Method Detail
-
setEdgeNodePath
public PolicyEdgeNodeInterSiteBgpSummary.Builder setEdgeNodePath(java.lang.String edgeNodePath)
Edge node path whose status is being reported. 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:
edgeNodePath- New value for the property.
-
setLastUpdateTimestamp
public PolicyEdgeNodeInterSiteBgpSummary.Builder setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
Timestamp when the inter-site IBGP neighbors status was last updated. 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:
lastUpdateTimestamp- New value for the property.
-
setNeighborStatus
public PolicyEdgeNodeInterSiteBgpSummary.Builder setNeighborStatus(java.util.List<PolicyBgpNeighborStatus> neighborStatus)
Status of all inter-site IBGP neighbors. 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:
neighborStatus- New value for the property.
-
build
public PolicyEdgeNodeInterSiteBgpSummary build()
-
-