Show / Hide Table of Contents

Class ReportSummaryVmwareEngineFinding

A set of findings that applies to assets destined for VMWare Engine.

Inheritance
object
ReportSummaryVmwareEngineFinding
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 ReportSummaryVmwareEngineFinding : IDirectResponseSchema

Properties

AllocatedAssetCount

Count of assets which are allocated

Declaration
[JsonProperty("allocatedAssetCount")]
public virtual long? AllocatedAssetCount { get; set; }
Property Value
Type Description
long?

AllocatedRegions

Set of regions in which the assets were allocated

Declaration
[JsonProperty("allocatedRegions")]
public virtual IList<string> AllocatedRegions { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NodeAllocations

Set of per-nodetype allocation records

Declaration
[JsonProperty("nodeAllocations")]
public virtual IList<ReportSummaryVmwareNodeAllocation> NodeAllocations { get; set; }
Property Value
Type Description
IList<ReportSummaryVmwareNodeAllocation>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX