| Package | Description |
|---|---|
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
Tier |
Tier.clone() |
Tier |
Tier.set(String fieldName,
Object value) |
Tier |
Tier.setDiskQuota(Long diskQuota)
The maximum disk size of this tier in bytes.
|
Tier |
Tier.setKind(String kind)
This is always `sql#tier`.
|
Tier |
Tier.setRAM(Long rAM)
The maximum RAM usage of this tier in bytes.
|
Tier |
Tier.setRegion(List<String> region)
The applicable regions for this tier.
|
Tier |
Tier.setTier(String tier)
An identifier for the machine type, for example, `db-custom-1-3840`.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tier> |
TiersListResponse.getItems()
List of tiers.
|
| Modifier and Type | Method and Description |
|---|---|
TiersListResponse |
TiersListResponse.setItems(List<Tier> items)
List of tiers.
|
Copyright © 2011–2022 Google. All rights reserved.