GetAvsAssessmentsOperationResult

data class GetAvsAssessmentsOperationResult(val assessmentErrorSummary: Map<String, Int>, val assessmentType: String, val azureLocation: String? = null, val azureOfferCode: String? = null, val confidenceRatingInPercentage: Double, val cpuUtilization: Double, val createdTimestamp: String, val currency: String? = null, val dedupeCompression: Double? = null, val discountPercentage: Double? = null, val failuresToTolerateAndRaidLevel: String? = null, val groupType: String, val id: String, val isStretchClusterEnabled: Boolean? = null, val limitingFactor: String, val memOvercommit: Double? = null, val name: String, val nodeType: String? = null, val numberOfMachines: Int, val numberOfNodes: Int, val percentile: String? = null, val perfDataEndTime: String? = null, val perfDataStartTime: String? = null, val pricesTimestamp: String, val provisioningState: String? = null, val ramUtilization: Double, val reservedInstance: String? = null, val scalingFactor: Double? = null, val schemaVersion: String, val sizingCriterion: String? = null, val stage: String, val status: String, val storageUtilization: Double, val suitability: String, val suitabilityExplanation: String, val suitabilitySummary: Map<String, Int>, val systemData: SystemDataResponse, val timeRange: String? = null, val totalCpuCores: Double, val totalMonthlyCost: Double, val totalRamInGB: Double, val totalStorageInGB: Double, val type: String, val updatedTimestamp: String, val vcpuOversubscription: Double? = null)

AVS assessment resource.

Constructors

Link copied to clipboard
constructor(assessmentErrorSummary: Map<String, Int>, assessmentType: String, azureLocation: String? = null, azureOfferCode: String? = null, confidenceRatingInPercentage: Double, cpuUtilization: Double, createdTimestamp: String, currency: String? = null, dedupeCompression: Double? = null, discountPercentage: Double? = null, failuresToTolerateAndRaidLevel: String? = null, groupType: String, id: String, isStretchClusterEnabled: Boolean? = null, limitingFactor: String, memOvercommit: Double? = null, name: String, nodeType: String? = null, numberOfMachines: Int, numberOfNodes: Int, percentile: String? = null, perfDataEndTime: String? = null, perfDataStartTime: String? = null, pricesTimestamp: String, provisioningState: String? = null, ramUtilization: Double, reservedInstance: String? = null, scalingFactor: Double? = null, schemaVersion: String, sizingCriterion: String? = null, stage: String, status: String, storageUtilization: Double, suitability: String, suitabilityExplanation: String, suitabilitySummary: Map<String, Int>, systemData: SystemDataResponse, timeRange: String? = null, totalCpuCores: Double, totalMonthlyCost: Double, totalRamInGB: Double, totalStorageInGB: Double, type: String, updatedTimestamp: String, vcpuOversubscription: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets the assessment error summary. This is the number of machines affected by each type of error in this assessment.

Link copied to clipboard

Assessment type of the assessment.

Link copied to clipboard
val azureLocation: String? = null

Azure Location or Azure region where to which the machines will be migrated.

Link copied to clipboard
val azureOfferCode: String? = null

Azure Offer code according to which cost estimation is done.

Link copied to clipboard

Confidence Rating in Percentage.

Link copied to clipboard

Predicted CPU utilization.

Link copied to clipboard

Date and Time when assessment was created.

Link copied to clipboard
val currency: String? = null

Currency in which prices should be reported.

Link copied to clipboard

De-duplication compression.

Link copied to clipboard

Custom discount percentage.

Link copied to clipboard

Failures to tolerate and RAID level in a common property.

Link copied to clipboard

Gets the group type for the assessment.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

Is Stretch Cluster Enabled.

Link copied to clipboard

Limiting factor.

Link copied to clipboard
val memOvercommit: Double? = null

Memory overcommit.

Link copied to clipboard

The name of the resource

Link copied to clipboard
val nodeType: String? = null

AVS node type.

Link copied to clipboard

Number of machines part of the assessment.

Link copied to clipboard

Recommended number of nodes.

Link copied to clipboard
val percentile: String? = null

Percentile of the utilization data values to be considered while assessing machines.

Link copied to clipboard
val perfDataEndTime: String? = null

Gets or sets the end time to consider performance data for assessment.

Link copied to clipboard

Gets or sets the start time to consider performance data for assessment.

Link copied to clipboard

Time when the Azure Prices were queried. Date-Time represented in ISO-8601 format.

Link copied to clipboard

The status of the last operation.

Link copied to clipboard

Predicted RAM utilization.

Link copied to clipboard

Reserved instance.

Link copied to clipboard
val scalingFactor: Double? = null

Percentage of buffer that user wants on performance metrics when recommending Azure sizes.

Link copied to clipboard

Schema version.

Link copied to clipboard
val sizingCriterion: String? = null

Assessment sizing criterion.

Link copied to clipboard

User configurable setting to display the Stage of Assessment.

Link copied to clipboard

Whether assessment is in valid state and all machines have been assessed.

Link copied to clipboard

Predicted storage utilization.

Link copied to clipboard

Gets or sets the Assessment cloud suitability.

Link copied to clipboard

Gets or sets the Assessment suitability explanation.

Link copied to clipboard

Cloud suitability summary for all the machines in the assessment.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val timeRange: String? = null

Time Range for which the historic utilization data should be considered for assessment.

Link copied to clipboard

Predicted total CPU cores used.

Link copied to clipboard

Total monthly cost.

Link copied to clipboard

Predicted total RAM used in GB.

Link copied to clipboard

Predicted total Storage used in GB.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

Date and Time when assessment was last updated.

Link copied to clipboard

VCPU over subscription.