Class CloudSqlForPostgreSqlShape
Cloud SQL for PostgreSQL database shape.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class CloudSqlForPostgreSqlShape : IDirectResponseSchema
Properties
BackupStorageGb
Output only. Predicted backup storage size in GiB.
Declaration
[JsonProperty("backupStorageGb")]
public virtual int? BackupStorageGb { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Edition
Output only. Cloud SQL edition.
Declaration
[JsonProperty("edition")]
public virtual string Edition { get; set; }
Property Value
Type | Description |
---|---|
string |
EgressGbPerMonth
Output only. Predicted Network Out traffic GiB per month.
Declaration
[JsonProperty("egressGbPerMonth")]
public virtual long? EgressGbPerMonth { get; set; }
Property Value
Type | Description |
---|---|
long? |
LogicalCoreCount
Output only. Number of logical cores.
Declaration
[JsonProperty("logicalCoreCount")]
public virtual int? LogicalCoreCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
MemoryMb
Output only. Predicted amount of memory in MiB.
Declaration
[JsonProperty("memoryMb")]
public virtual int? MemoryMb { get; set; }
Property Value
Type | Description |
---|---|
int? |
Storage
Output only. Predicted storage shape.
Declaration
[JsonProperty("storage")]
public virtual ComputeStorageDescriptor Storage { get; set; }
Property Value
Type | Description |
---|---|
ComputeStorageDescriptor |
Version
Output only. PostgreSql version to be used on the Cloud SQL for PostgreSql instance.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |
ZoneAvailability
Output only. Cloud SQL zone availability.
Declaration
[JsonProperty("zoneAvailability")]
public virtual string ZoneAvailability { get; set; }
Property Value
Type | Description |
---|---|
string |