ParkingPolicyApiDTO
Description
Model to describe a parking policy, used to assign timespan based schedules to entities based on global, cloud provider, account and resource group level filters
Required Parameters
- impacts
-
-
description: Impacts to be taken by the policy.
-
reference: ParkingPolicyImpactsApiDTO
-
- level
-
-
type: string
-
description: Specifies the level at which the policy is applicable.
-
enum: ['GLOBAL', 'CLOUD_PROVIDER', 'ACCOUNT', 'RESOURCE_GROUP']
-
Optional Parameters
- uuid
-
-
type: string
-
- displayName
-
-
type: string
-
description: A user readable name of the api object. Cannot be blank. The UTF-8 encoding must be at most 255 bytes.
-
- className
-
-
type: string
-
- scopes
-
-
type: array
-
description: List of scope object to which the parking policy is applicable, like details of account for account level policies.
-
-
reference: BaseApiDTO
-
-
- criteriaList
-
-
type: array
-
description: List of filters to get the desired the entities to which the policy is applicable.
-
-
reference: FilterApiDTO
-
-
- priority
-
-
type: integer
-
format: int32
-
description: Priority is used to identify the applicable priority if there are multiple policies at same level
-