Class ManagedComputeClusterSystemData
Managed compute cluster system data.
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class ManagedComputeClusterSystemData : ComputeTargetSystemData
Properties
CurrentInstanceCount
Declaration
[JsonProperty(PropertyName = "currentInstanceCount")]
public int? CurrentInstanceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | Current count of the instances in managed compute cluster type compute target. |