Package com.ibm.cloud.is.vpc.v1.model
Class ShareLatestSync
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.ShareLatestSync
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ShareLatestSync extends com.ibm.cloud.sdk.core.service.model.GenericModel
Information about the latest synchronization for this file share. This property will be present when the `replication_role` is `replica` and at least one replication sync has been completed.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getCompletedAt()
Gets the completedAt.Long
getDataTransferred()
Gets the dataTransferred.Date
getStartedAt()
Gets the startedAt.
-
-
-
Method Detail
-
getCompletedAt
public Date getCompletedAt()
Gets the completedAt. The completed date and time of last synchronization between the replica share and its source.- Returns:
- the completedAt
-
getDataTransferred
public Long getDataTransferred()
Gets the dataTransferred. The data transferred (in bytes) in the last synchronization between the replica and its source.- Returns:
- the dataTransferred
-
getStartedAt
public Date getStartedAt()
Gets the startedAt. The start date and time of last synchronization between the replica share and its source.- Returns:
- the startedAt
-
-