Class ReportSummarySoleTenantNodeAllocation
Represents the assets allocated to a specific Sole-Tenant node type.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class ReportSummarySoleTenantNodeAllocation : IDirectResponseSchema
Properties
AllocatedAssetCount
Count of assets allocated to these nodes
Declaration
[JsonProperty("allocatedAssetCount")]
public virtual long? AllocatedAssetCount { 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 |
Node
Sole Tenant node type, e.g. "m3-node-128-3904"
Declaration
[JsonProperty("node")]
public virtual SoleTenantNodeType Node { get; set; }
Property Value
Type | Description |
---|---|
SoleTenantNodeType |
NodeCount
Count of this node type to be provisioned
Declaration
[JsonProperty("nodeCount")]
public virtual long? NodeCount { get; set; }
Property Value
Type | Description |
---|---|
long? |