Class GetElasticPoolResult
- java.lang.Object
-
- com.pulumi.azurenative.sql.outputs.GetElasticPoolResult
-
public final class GetElasticPoolResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetElasticPoolResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetElasticPoolResult.Builder
builder()
static GetElasticPoolResult.Builder
builder(GetElasticPoolResult defaults)
java.lang.String
creationDate()
java.util.Optional<java.lang.Integer>
highAvailabilityReplicaCount()
java.lang.String
id()
java.lang.String
kind()
java.util.Optional<java.lang.String>
licenseType()
java.lang.String
location()
java.util.Optional<java.lang.String>
maintenanceConfigurationId()
java.util.Optional<java.lang.Double>
maxSizeBytes()
java.util.Optional<java.lang.Double>
minCapacity()
java.lang.String
name()
java.util.Optional<ElasticPoolPerDatabaseSettingsResponse>
perDatabaseSettings()
java.util.Optional<SkuResponse>
sku()
java.lang.String
state()
java.util.Map<java.lang.String,java.lang.String>
tags()
java.lang.String
type()
java.util.Optional<java.lang.Boolean>
zoneRedundant()
-
-
-
Method Detail
-
creationDate
public java.lang.String creationDate()
- Returns:
- The creation date of the elastic pool (ISO8601 format).
-
highAvailabilityReplicaCount
public java.util.Optional<java.lang.Integer> highAvailabilityReplicaCount()
- Returns:
- The number of secondary replicas associated with the elastic pool that are used to provide high availability. Applicable only to Hyperscale elastic pools.
-
id
public java.lang.String id()
- Returns:
- Resource ID.
-
kind
public java.lang.String kind()
- Returns:
- Kind of elastic pool. This is metadata used for the Azure portal experience.
-
licenseType
public java.util.Optional<java.lang.String> licenseType()
- Returns:
- The license type to apply for this elastic pool.
-
location
public java.lang.String location()
- Returns:
- Resource location.
-
maintenanceConfigurationId
public java.util.Optional<java.lang.String> maintenanceConfigurationId()
- Returns:
- Maintenance configuration id assigned to the elastic pool. This configuration defines the period when the maintenance updates will will occur.
-
maxSizeBytes
public java.util.Optional<java.lang.Double> maxSizeBytes()
- Returns:
- The storage limit for the database elastic pool in bytes.
-
minCapacity
public java.util.Optional<java.lang.Double> minCapacity()
- Returns:
- Minimal capacity that serverless pool will not shrink below, if not paused
-
name
public java.lang.String name()
- Returns:
- Resource name.
-
perDatabaseSettings
public java.util.Optional<ElasticPoolPerDatabaseSettingsResponse> perDatabaseSettings()
- Returns:
- The per database settings for the elastic pool.
-
sku
public java.util.Optional<SkuResponse> sku()
- Returns:
- The elastic pool SKU. The list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that are available to your subscription in an Azure region, use the `Capabilities_ListByLocation` REST API or the following command:
-
state
public java.lang.String state()
- Returns:
- The state of the elastic pool.
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- Resource tags.
-
type
public java.lang.String type()
- Returns:
- Resource type.
-
zoneRedundant
public java.util.Optional<java.lang.Boolean> zoneRedundant()
- Returns:
- Whether or not this elastic pool is zone redundant, which means the replicas of this elastic pool will be spread across multiple availability zones.
-
builder
public static GetElasticPoolResult.Builder builder()
-
builder
public static GetElasticPoolResult.Builder builder(GetElasticPoolResult defaults)
-
-