Show / Hide Table of Contents

Class ManagedComputeClusterSystemData

Managed compute cluster system data.

Inheritance
object
ComputeTargetSystemData
ManagedComputeClusterSystemData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top