Package com.oracle.bmc.batch.model
Class ServiceManagedFleet
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.batch.model.Fleet
-
- com.oracle.bmc.batch.model.ServiceManagedFleet
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20251031") public final class ServiceManagedFleet extends FleetService managed Fleet configuration of the batch context.
Note: Objects should always be created or deserialized using theServiceManagedFleet.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theServiceManagedFleet.Builder, which maintain a set of all explicitly set fields calledServiceManagedFleet.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServiceManagedFleet.Builder-
Nested classes/interfaces inherited from class com.oracle.bmc.batch.model.Fleet
Fleet.Type
-
-
Constructor Summary
Constructors Constructor Description ServiceManagedFleet(String name, FleetShape shape, Integer maxConcurrentTasks, String state, String details)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceManagedFleet.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetDetails()A message that describes the current state of the service manage fleet configuration in more detail.IntegergetMaxConcurrentTasks()Maximum number of concurrent tasks for the service managed fleet.StringgetName()Name of the service managed fleet.FleetShapegetShape()StringgetState()Current state of the service manage fleet configuration.inthashCode()ServiceManagedFleet.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
-
-
-
Constructor Detail
-
ServiceManagedFleet
@Deprecated public ServiceManagedFleet(String name, FleetShape shape, Integer maxConcurrentTasks, String state, String details)
Deprecated.
-
-
Method Detail
-
builder
public static ServiceManagedFleet.Builder builder()
Create a new builder.
-
toBuilder
public ServiceManagedFleet.Builder toBuilder()
-
getName
public String getName()
Name of the service managed fleet.- Returns:
- the value
-
getShape
public FleetShape getShape()
-
getMaxConcurrentTasks
public Integer getMaxConcurrentTasks()
Maximum number of concurrent tasks for the service managed fleet.- Returns:
- the value
-
getState
public String getState()
Current state of the service manage fleet configuration.- Returns:
- the value
-
getDetails
public String getDetails()
A message that describes the current state of the service manage fleet configuration in more detail.- Returns:
- the value
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-