Interface ClusterPersistenceConfig.AOFConfigOrBuilder (0.21.0)

public static interface ClusterPersistenceConfig.AOFConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAppendFsync()

public abstract ClusterPersistenceConfig.AOFConfig.AppendFsync getAppendFsync()

Optional. fsync configuration.

.google.cloud.redis.cluster.v1.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.v1.ClusterPersistenceConfig.AOFConfig.AppendFsync append_fsync = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for appendFsync.