Class ServiceManagedFleet
Service managed Fleet configuration of the batch context.
Inherited Members
Namespace: Oci.BatchService.Models
Assembly: OCI.DotNetSDK.Batch.dll
Syntax
public class ServiceManagedFleet : Fleet
Properties
Details
Declaration
[JsonProperty(PropertyName = "details")]
public string Details { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A message that describes the current state of the service manage fleet configuration in more detail. |
MaxConcurrentTasks
Declaration
[Required(ErrorMessage = "MaxConcurrentTasks is required.")]
[JsonProperty(PropertyName = "maxConcurrentTasks")]
public int? MaxConcurrentTasks { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | Maximum number of concurrent tasks for the service managed fleet. |
Remarks
Required
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Name of the service managed fleet. |
Remarks
Required
Shape
Declaration
[Required(ErrorMessage = "Shape is required.")]
[JsonProperty(PropertyName = "shape")]
public FleetShape Shape { get; set; }
Property Value
| Type | Description |
|---|---|
| FleetShape |
Remarks
Required
State
Declaration
[JsonProperty(PropertyName = "state")]
public string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Current state of the service manage fleet configuration. |