public static interface ClusterPersistenceConfig.AOFConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAppendFsync()
public abstract ClusterPersistenceConfig.AOFConfig.AppendFsync getAppendFsync()
Optional. fsync configuration.
.google.cloud.redis.cluster.v1beta1.ClusterPersistenceConfig.AOFConfig.AppendFsync append_fsync = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ClusterPersistenceConfig.AOFConfig.AppendFsync |
The appendFsync. |
getAppendFsyncValue()
public abstract int getAppendFsyncValue()
Optional. fsync configuration.
.google.cloud.redis.cluster.v1beta1.ClusterPersistenceConfig.AOFConfig.AppendFsync append_fsync = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for appendFsync. |