PurchaseProfileDTO
Description
Model to describe a set of preferences for purchasing RIs
Required Parameters
- cloudType
-
-
type: string
-
description: Cloud type
-
enum: ['AWS', 'AZURE', 'GCP', 'HYBRID', 'UNKNOWN']
-
- paymentOption
-
-
type: string
-
description: Preferred payment option
-
enum: ['ALL_UPFRONT', 'PARTIAL_UPFRONT', 'NO_UPFRONT']
-
- reservedInstanceType
-
-
type: string
-
description: Preferred offering class (Standard or Convertible)
-
enum: ['STANDARD', 'CONVERTIBLE']
-
- termYears
-
-
type: integer
-
format: int32
-
description: Number of years in preferred term
-