Class FleetBasedActionGroup


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20250228")
    public final class FleetBasedActionGroup
    extends ActionGroup
    A string variable that holds a value
    Note: Objects should always be created or deserialized using the FleetBasedActionGroup.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 the FleetBasedActionGroup.Builder, which maintain a set of all explicitly set fields called FleetBasedActionGroup.Builder.__explicitlySet__. The hashCode() and equals(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).

    • Method Detail

      • getFleetId

        public String getFleetId()
        ID of the fleet
        Returns:
        the value
      • getSequence

        public Integer getSequence()
        Sequence of the Action Group.

        Action groups will be executed in a seuential order. All Action Groups having the same sequence will be executed parallely. If no value is provided a default value of 1 will be given.

        Returns:
        the value
      • getRunbookId

        public String getRunbookId()
        ID of the runbook
        Returns:
        the value
      • getRunbookVersionName

        public String getRunbookVersionName()
        Name of the runbook version
        Returns:
        the value
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Overrides:
        toString in class ActionGroup
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation