Class ComputeClusterPlacementConstraintDetails
The details for providing placement constraints for a compute cluster.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class ComputeClusterPlacementConstraintDetails : PlacementConstraintDetails
Properties
HpcIslandId
Declaration
[JsonProperty(PropertyName = "hpcIslandId")]
public string HpcIslandId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the HPC island for the compute cluster.
|
LogicalPlacementConstraint
Declaration
[JsonProperty(PropertyName = "logicalPlacementConstraint")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ComputeClusterLogicalPlacementConstraint? LogicalPlacementConstraint { get; set; }
Property Value
| Type | Description |
|---|---|
| ComputeClusterLogicalPlacementConstraint? | The logical placement strategy to apply.
Allowed values are |
TargetMemoryFabricIds
Declaration
[JsonProperty(PropertyName = "targetMemoryFabricIds")]
public List<string> TargetMemoryFabricIds { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | The list of target GPU memory fabric OCIDs to constrain placement.
|
TargetNetworkBlockIds
Declaration
[JsonProperty(PropertyName = "targetNetworkBlockIds")]
public List<string> TargetNetworkBlockIds { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | The list of target network block OCIDs to constrain placement.
|