Show / Hide Table of Contents

Class ReportSummarySoleTenantFinding

A set of findings that applies to assets destined for Sole-Tenant nodes.

Inheritance
object
ReportSummarySoleTenantFinding
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 ReportSummarySoleTenantFinding : 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 are 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<ReportSummarySoleTenantNodeAllocation> NodeAllocations { get; set; }
Property Value
Type Description
IList<ReportSummarySoleTenantNodeAllocation>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX