Class MongoDbDatabaseSettingsResponse
- java.lang.Object
-
- com.pulumi.azurenative.datamigration.outputs.MongoDbDatabaseSettingsResponse
-
public final class MongoDbDatabaseSettingsResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MongoDbDatabaseSettingsResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MongoDbDatabaseSettingsResponse.Builder
builder()
static MongoDbDatabaseSettingsResponse.Builder
builder(MongoDbDatabaseSettingsResponse defaults)
java.util.Map<java.lang.String,MongoDbCollectionSettingsResponse>
collections()
java.util.Optional<java.lang.Integer>
targetRUs()
-
-
-
Method Detail
-
collections
public java.util.Map<java.lang.String,MongoDbCollectionSettingsResponse> collections()
- Returns:
- The collections on the source database to migrate to the target. The keys are the unqualified names of the collections.
-
targetRUs
public java.util.Optional<java.lang.Integer> targetRUs()
- Returns:
- The RUs that should be configured on a CosmosDB target, or null to use the default, or 0 if throughput should not be provisioned for the database. This has no effect on non-CosmosDB targets.
-
builder
public static MongoDbDatabaseSettingsResponse.Builder builder()
-
builder
public static MongoDbDatabaseSettingsResponse.Builder builder(MongoDbDatabaseSettingsResponse defaults)
-
-