Show / Hide Table of Contents

Class DatabaseDeploymentTopology

Details of database deployment's topology.

Inheritance
object
DatabaseDeploymentTopology
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class DatabaseDeploymentTopology : IDirectResponseSchema

Properties

CoreCount

Optional. Number of total logical cores.

Declaration
[JsonProperty("coreCount")]
public virtual int? CoreCount { get; set; }
Property Value
Type Description
int?

CoreLimit

Optional. Number of total logical cores limited by db deployment.

Declaration
[JsonProperty("coreLimit")]
public virtual int? CoreLimit { get; set; }
Property Value
Type Description
int?

DiskAllocatedBytes

Optional. Disk allocated in bytes.

Declaration
[JsonProperty("diskAllocatedBytes")]
public virtual long? DiskAllocatedBytes { get; set; }
Property Value
Type Description
long?

DiskUsedBytes

Optional. Disk used in bytes.

Declaration
[JsonProperty("diskUsedBytes")]
public virtual long? DiskUsedBytes { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Instances

Optional. List of database instances.

Declaration
[JsonProperty("instances")]
public virtual IList<DatabaseInstance> Instances { get; set; }
Property Value
Type Description
IList<DatabaseInstance>

MemoryBytes

Optional. Total memory in bytes.

Declaration
[JsonProperty("memoryBytes")]
public virtual long? MemoryBytes { get; set; }
Property Value
Type Description
long?

MemoryLimitBytes

Optional. Total memory in bytes limited by db deployment.

Declaration
[JsonProperty("memoryLimitBytes")]
public virtual long? MemoryLimitBytes { get; set; }
Property Value
Type Description
long?

PhysicalCoreCount

Optional. Number of total physical cores.

Declaration
[JsonProperty("physicalCoreCount")]
public virtual int? PhysicalCoreCount { get; set; }
Property Value
Type Description
int?

PhysicalCoreLimit

Optional. Number of total physical cores limited by db deployment.

Declaration
[JsonProperty("physicalCoreLimit")]
public virtual int? PhysicalCoreLimit { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX