RemoveConstraintApiDTO
Description
Model to describe a constraint change in the scenario
Optional Parameters
- constraintType
-
-
type: string
-
description: Type of the constraint to remove. To ignore all constraints - use AllCommodities. This will ignore all constraints not just Network/Cluster/StorageCluster/DC. GlobalIgnoreConstraint - deprecated - use AllCommodities instead.
-
enum: ['DataCenterCommodity', 'ClusterCommodity', 'NetworkCommodity', 'DatastoreCommodity', 'StorageClusterCommodity', 'GlobalIgnoreConstraint', 'AllCommodities']
-
- projectionDay
-
-
type: integer
-
format: int32
-
description: Projection day, indicate when to apply the change
-
- target
-
-
description: Target of the change, when not provided change applied to plan scope
-
reference: BaseApiDTO
-
- targetEntityType
-
-
type: string
-
description: EntityType to target with constraint configuration
-
enum: ['VirtualMachine', 'Container', 'ContainerPod']
-