public enum SqlPricingPlan extends Enum<SqlPricingPlan> implements ProtocolMessageEnumThe pricing plan for this instance.
Protobuf enum google.cloud.sql.v1.SqlPricingPlan
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
PACKAGE |
The instance is billed at a monthly flat rate. |
PACKAGE_VALUE |
The instance is billed at a monthly flat rate. |
PER_USE |
The instance is billed per usage. |
PER_USE_VALUE |
The instance is billed per usage. |
SQL_PRICING_PLAN_UNSPECIFIED |
This is an unknown pricing plan for this instance. |
SQL_PRICING_PLAN_UNSPECIFIED_VALUE |
This is an unknown pricing plan for this instance. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|