Class SyncPropertiesResponse
- java.lang.Object
-
- com.pulumi.azurenative.containerregistry.outputs.SyncPropertiesResponse
-
public final class SyncPropertiesResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SyncPropertiesResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SyncPropertiesResponse.Builder
builder()
static SyncPropertiesResponse.Builder
builder(SyncPropertiesResponse defaults)
java.lang.String
gatewayEndpoint()
java.lang.String
lastSyncTime()
java.lang.String
messageTtl()
java.util.Optional<java.lang.String>
schedule()
java.util.Optional<java.lang.String>
syncWindow()
java.lang.String
tokenId()
-
-
-
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.
-
builder
public static SyncPropertiesResponse.Builder builder()
-
builder
public static SyncPropertiesResponse.Builder builder(SyncPropertiesResponse defaults)
-
-