Freigeben über


DatabasePropertiesGeoReplication Class

  • java.lang.Object
    • com.azure.resourcemanager.redisenterprise.models.DatabasePropertiesGeoReplication

public final class DatabasePropertiesGeoReplication

Optional set of properties to configure geo replication for this database.

Constructor Summary

Constructor Description
DatabasePropertiesGeoReplication()

Creates an instance of DatabasePropertiesGeoReplication class.

Method Summary

Modifier and Type Method and Description
String groupNickname()

Get the groupNickname property: Name for the group of linked database resources.

List<LinkedDatabase> linkedDatabases()

Get the linkedDatabases property: List of database resources to link with this database.

void validate()

Validates the instance.

DatabasePropertiesGeoReplication withGroupNickname(String groupNickname)

Set the groupNickname property: Name for the group of linked database resources.

DatabasePropertiesGeoReplication withLinkedDatabases(List<LinkedDatabase> linkedDatabases)

Set the linkedDatabases property: List of database resources to link with this database.

Methods inherited from java.lang.Object

Constructor Details

DatabasePropertiesGeoReplication

public DatabasePropertiesGeoReplication()

Creates an instance of DatabasePropertiesGeoReplication class.

Method Details

groupNickname

public String groupNickname()

Get the groupNickname property: Name for the group of linked database resources.

Returns:

the groupNickname value.

linkedDatabases

public List linkedDatabases()

Get the linkedDatabases property: List of database resources to link with this database.

Returns:

the linkedDatabases value.

validate

public void validate()

Validates the instance.

withGroupNickname

public DatabasePropertiesGeoReplication withGroupNickname(String groupNickname)

Set the groupNickname property: Name for the group of linked database resources.

Parameters:

groupNickname - the groupNickname value to set.

Returns:

the DatabasePropertiesGeoReplication object itself.

withLinkedDatabases

public DatabasePropertiesGeoReplication withLinkedDatabases(List linkedDatabases)

Set the linkedDatabases property: List of database resources to link with this database.

Parameters:

linkedDatabases - the linkedDatabases value to set.

Returns:

the DatabasePropertiesGeoReplication object itself.

Applies to