Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.55 KB

File metadata and controls

18 lines (15 loc) · 1.55 KB

PlacementRecommendation

Properties

Name Type Description Notes
tenant TenantRef [optional]
tenant_space TenantSpaceRef [optional]
placement_engine PlacementEngine [optional]
placement_group_id str If not empty, this is the Placement Group ID for which the placement recommendation was made [optional]
placement_group PlacementGroupRef [optional]
simulated_placement SimulatedPlacement [optional]
included_arrays list[PlacementRecommendationIncludedArray] A JSON array of Arrays that the Placement Group can be placed/migrated to [optional]
excluded_arrays list[PlacementRecommendationExcludedArray] A JSON array of Arrays that the Placement Group cannot be placed on [optional]
target_arrays list[ArrayRef] If present, this is the list of arrays that was provided when requesting the placement recommendation report to consider for placement recommendations [optional]
time_remaining int Number of milliseconds left before this Placement Recommendation report is deleted [optional]

[Back to Model list] [Back to API list] [Back to README]