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
Modifier and TypeMethodDescriptionGets the completedAt.Gets the dataTransferred.Gets the startedAt.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getCompletedAt
Gets the completedAt. The completed date and time of last synchronization between the replica share and its source.- Returns:
- the completedAt
-
getDataTransferred
Gets the dataTransferred. The data transferred (in bytes) in the last synchronization between the replica and its source.- Returns:
- the dataTransferred
-
getStartedAt
Gets the startedAt. The start date and time of last synchronization between the replica share and its source.- Returns:
- the startedAt
-