Uses of Class
com.vmware.nsx_policy.model.BridgeEndpointStatus.Builder
-
Packages that use BridgeEndpointStatus.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of BridgeEndpointStatus.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return BridgeEndpointStatus.Builder Modifier and Type Method Description BridgeEndpointStatus.Builder
BridgeEndpointStatus.Builder. setActiveNodes(java.util.List<java.lang.String> activeNodes)
The Ids of the transport nodes which actively serve the endpoint.BridgeEndpointStatus.Builder
BridgeEndpointStatus.Builder. setEndpointId(java.lang.String endpointId)
The id of the bridge endpoint This property may be present in responses from the server, but if it is present in a request to server it will be ignored.BridgeEndpointStatus.Builder
BridgeEndpointStatus.Builder. setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
Timestamp when the data was last updated; unset if data source has never updated the data.
-