Enum ComputeClusterLogicalPlacementConstraint
The logical placement strategy to apply for compute cluster placement.
Allowed values are SINGLE_TIER, SINGLE_BLOCK, and PACKED_DISTRIBUTION_MULTI_BLOCK.
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public enum ComputeClusterLogicalPlacementConstraint
Fields
| Name | Description |
|---|---|
| PackedDistributionMultiBlock | |
| SingleBlock | |
| SingleTier | |
| UnknownEnumValue |