Class SyncPropertiesResponse


  • public final class SyncPropertiesResponse
    extends java.lang.Object
    • Method Detail

      • gatewayEndpoint

        public java.lang.String gatewayEndpoint()
        Returns:
        The gateway endpoint used by the connected registry to communicate with its parent.
      • lastSyncTime

        public java.lang.String lastSyncTime()
        Returns:
        The last time a sync occurred between the connected registry and its parent.
      • messageTtl

        public java.lang.String messageTtl()
        Returns:
        The period of time for which a message is available to sync before it is expired. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601.
      • schedule

        public java.util.Optional<java.lang.String> schedule()
        Returns:
        The cron expression indicating the schedule that the connected registry will sync with its parent.
      • syncWindow

        public java.util.Optional<java.lang.String> syncWindow()
        Returns:
        The time window during which sync is enabled for each schedule occurrence. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601.
      • tokenId

        public java.lang.String tokenId()
        Returns:
        The resource ID of the ACR token used to authenticate the connected registry to its parent during sync.