@Path(value="/containers/_sync/{containerUid}")
public interface IContainerSync
| Modifier and Type | Method and Description | 
|---|---|
java.util.Date | 
getLastSync()  | 
java.util.Date | 
getNextSync()  | 
java.lang.String | 
getSyncStatus()  | 
TaskRef | 
sync()  | 
@PUT TaskRef sync() throws ServerFault
ServerFault@GET
 @Path(value="_last")
java.util.Date getLastSync()
                                               throws ServerFault
ServerFault@GET
 @Path(value="_next")
java.util.Date getNextSync()
                                               throws ServerFault
ServerFault@GET
 @Path(value="_status")
java.lang.String getSyncStatus()
                                                     throws ServerFault
ServerFaultCopyright © 2023. All Rights Reserved.