Lines Matching defs:AssessmentProperties

283 	*AssessmentProperties `json:"properties,omitempty"`  anonMember
374 type AssessmentProperties struct { struct
376 AzureLocation AzureLocation `json:"azureLocation,omitempty"`
378 AzureOfferCode AzureOfferCode `json:"azureOfferCode,omitempty"`
380 AzurePricingTier AzurePricingTier `json:"azurePricingTier,omitempty"`
382 AzureStorageRedundancy AzureStorageRedundancy `json:"azureStorageRedundancy,omitempty"`
384 ScalingFactor *float64 `json:"scalingFactor,omitempty"`
386 Percentile Percentile `json:"percentile,omitempty"`
388 TimeRange TimeRange `json:"timeRange,omitempty"`
390 Stage AssessmentStage `json:"stage,omitempty"`
392 Currency Currency `json:"currency,omitempty"`
394 AzureHybridUseBenefit AzureHybridUseBenefit `json:"azureHybridUseBenefit,omitempty"`
396 DiscountPercentage *float64 `json:"discountPercentage,omitempty"`
398 ConfidenceRatingInPercentage *float64 `json:"confidenceRatingInPercentage,omitempty"`
400 SizingCriterion AssessmentSizingCriterion `json:"sizingCriterion,omitempty"`
402 PricesTimestamp *date.Time `json:"pricesTimestamp,omitempty"`
404 CreatedTimestamp *date.Time `json:"createdTimestamp,omitempty"`
406 UpdatedTimestamp *date.Time `json:"updatedTimestamp,omitempty"`
408 MonthlyComputeCost *float64 `json:"monthlyComputeCost,omitempty"`
410 MonthlyBandwidthCost *float64 `json:"monthlyBandwidthCost,omitempty"`
412 MonthlyStorageCost *float64 `json:"monthlyStorageCost,omitempty"`
414 Status AssessmentStatus `json:"status,omitempty"`
416 NumberOfMachines *int32 `json:"numberOfMachines,omitempty"`
420 func (ap AssessmentProperties) MarshalJSON() ([]byte, error) {