Show / Hide Table of Contents

Class ReportSummaryVmwareNodeAllocation

Represents assets allocated to a specific VMWare Node type.

Inheritance
object
ReportSummaryVmwareNodeAllocation
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX