Class ReportSummaryVMWareNodeAllocation
Represents assets allocated to a specific VMWare Node type.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class ReportSummaryVMWareNodeAllocation : 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 |
NodeCount
Count of this node type to be provisioned
Declaration
[JsonProperty("nodeCount")]
public virtual long? NodeCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
VmwareNode
VMWare node type, e.g. "ve1-standard-72"
Declaration
[JsonProperty("vmwareNode")]
public virtual ReportSummaryVMWareNode VmwareNode { get; set; }
Property Value
Type | Description |
---|---|
ReportSummaryVMWareNode |