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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX