Show / Hide Table of Contents

Class ReportSummaryGroupPreferenceSetFinding

Summary Findings for a specific Group/PreferenceSet combination.

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

Properties

ComputeEngineFinding

A set of findings that applies to Compute Engine machines in the input.

Declaration
[JsonProperty("computeEngineFinding")]
public virtual ReportSummaryComputeEngineFinding ComputeEngineFinding { get; set; }
Property Value
Type Description
ReportSummaryComputeEngineFinding

Description

Description for the Preference Set.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DisplayName

Display Name of the Preference Set

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

MachinePreferences

A set of preferences that applies to all machines in the context.

Declaration
[JsonProperty("machinePreferences")]
public virtual VirtualMachinePreferences MachinePreferences { get; set; }
Property Value
Type Description
VirtualMachinePreferences

MonthlyCostCompute

Compute monthly cost for this preference set.

Declaration
[JsonProperty("monthlyCostCompute")]
public virtual Money MonthlyCostCompute { get; set; }
Property Value
Type Description
Money

MonthlyCostNetworkEgress

Network Egress monthly cost for this preference set.

Declaration
[JsonProperty("monthlyCostNetworkEgress")]
public virtual Money MonthlyCostNetworkEgress { get; set; }
Property Value
Type Description
Money

MonthlyCostOsLicense

Licensing monthly cost for this preference set.

Declaration
[JsonProperty("monthlyCostOsLicense")]
public virtual Money MonthlyCostOsLicense { get; set; }
Property Value
Type Description
Money

MonthlyCostOther

Miscellaneous monthly cost for this preference set.

Declaration
[JsonProperty("monthlyCostOther")]
public virtual Money MonthlyCostOther { get; set; }
Property Value
Type Description
Money

MonthlyCostStorage

Storage monthly cost for this preference set.

Declaration
[JsonProperty("monthlyCostStorage")]
public virtual Money MonthlyCostStorage { get; set; }
Property Value
Type Description
Money

MonthlyCostTotal

Total monthly cost for this preference set.

Declaration
[JsonProperty("monthlyCostTotal")]
public virtual Money MonthlyCostTotal { get; set; }
Property Value
Type Description
Money

SoleTenantFinding

A set of findings that applies to Sole-Tenant machines in the input.

Declaration
[JsonProperty("soleTenantFinding")]
public virtual ReportSummarySoleTenantFinding SoleTenantFinding { get; set; }
Property Value
Type Description
ReportSummarySoleTenantFinding

VmwareEngineFinding

A set of findings that applies to VMWare machines in the input.

Declaration
[JsonProperty("vmwareEngineFinding")]
public virtual ReportSummaryVmwareEngineFinding VmwareEngineFinding { get; set; }
Property Value
Type Description
ReportSummaryVmwareEngineFinding

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX