Uses of Class
com.vmware.nsx_policy.model.SegmentPortStatus.Builder
-
Packages that use SegmentPortStatus.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of SegmentPortStatus.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return SegmentPortStatus.Builder Modifier and Type Method Description SegmentPortStatus.BuilderSegmentPortStatus.Builder. setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)Timestamp when the data was last updated; unset if data source has never updated the data.SegmentPortStatus.BuilderSegmentPortStatus.Builder. setLogicalPortId(java.lang.String logicalPortId)The id of the logical 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.SegmentPortStatus.BuilderSegmentPortStatus.Builder. setStatus(java.lang.String status)Possible values are:SegmentPortStatus.STATUS_UPSegmentPortStatus.STATUS_DOWNSegmentPortStatus.STATUS_UNKNOWNThe Operational status of the logical port
-