Class LocationResponse
- java.lang.Object
-
- com.pulumi.azurenative.documentdb.outputs.LocationResponse
-
public final class LocationResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LocationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LocationResponse.Builder
builder()
static LocationResponse.Builder
builder(LocationResponse defaults)
java.lang.String
documentEndpoint()
java.util.Optional<java.lang.Integer>
failoverPriority()
java.lang.String
id()
java.util.Optional<java.lang.Boolean>
isZoneRedundant()
java.util.Optional<java.lang.String>
locationName()
java.lang.String
provisioningState()
-
-
-
Method Detail
-
documentEndpoint
public java.lang.String documentEndpoint()
- Returns:
- The connection endpoint for the specific region. Example: https://<accountName>-<locationName>.documents.azure.com:443/
-
failoverPriority
public java.util.Optional<java.lang.Integer> failoverPriority()
- Returns:
- The failover priority of the region. A failover priority of 0 indicates a write region. The maximum value for a failover priority = (total number of regions - 1). Failover priority values must be unique for each of the regions in which the database account exists.
-
id
public java.lang.String id()
- Returns:
- The unique identifier of the region within the database account. Example: <accountName>-<locationName>.
-
isZoneRedundant
public java.util.Optional<java.lang.Boolean> isZoneRedundant()
- Returns:
- Flag to indicate whether or not this region is an AvailabilityZone region
-
locationName
public java.util.Optional<java.lang.String> locationName()
- Returns:
- The name of the region.
-
provisioningState
public java.lang.String provisioningState()
- Returns:
- The status of the Cosmos DB account at the time the operation was called. The status can be one of following. 'Creating' – the Cosmos DB account is being created. When an account is in Creating state, only properties that are specified as input for the Create Cosmos DB account operation are returned. 'Succeeded' – the Cosmos DB account is active for use. 'Updating' – the Cosmos DB account is being updated. 'Deleting' – the Cosmos DB account is being deleted. 'Failed' – the Cosmos DB account failed creation. 'DeletionFailed' – the Cosmos DB account deletion failed.
-
builder
public static LocationResponse.Builder builder()
-
builder
public static LocationResponse.Builder builder(LocationResponse defaults)
-
-