NodePlacementConfiguration Class
Allocation configuration used by Batch Service to provision the nodes.
Constructor
NodePlacementConfiguration(*, policy: str | _models.NodePlacementPolicyType | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
policy
|
Allocation policy used by Batch Service to provision the nodes. If not specified, Batch will use the regional policy. Known values are: "Regional" and "Zonal". Default value: None
|
Variables
Name | Description |
---|---|
policy
|
Allocation policy used by Batch Service to provision the nodes. If not specified, Batch will use the regional policy. Known values are: "Regional" and "Zonal". |