Show / Hide Table of Contents

Class ReportSummarySoleTenantNodeAllocation

Represents the assets allocated to a specific Sole-Tenant node type.

Inheritance
object
ReportSummarySoleTenantNodeAllocation
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX