Skip to content

/AWS1/CL_TBD=>CREATEFLEET()

About CreateFleet

Creates a fleet. Fleets gather information relating to compute, or capacity, for renders within your farms. You can choose to manage your own capacity or opt to have fleets fully managed by Deadline Cloud.

Method Signature

IMPORTING

Required arguments:

IV_FARMID TYPE /AWS1/TBDFARMID /AWS1/TBDFARMID

The farm ID of the farm to connect to the fleet.

IV_DISPLAYNAME TYPE /AWS1/TBDRESOURCENAME /AWS1/TBDRESOURCENAME

The display name of the fleet.

IV_ROLEARN TYPE /AWS1/TBDIAMROLEARN /AWS1/TBDIAMROLEARN

The IAM role ARN for the role that the fleet's workers will use.

IV_MAXWORKERCOUNT TYPE /AWS1/TBDMINZEROMAXINTEGER /AWS1/TBDMINZEROMAXINTEGER

The maximum number of workers for the fleet.

IO_CONFIGURATION TYPE REF TO /AWS1/CL_TBDFLEETCONFIGURATION /AWS1/CL_TBDFLEETCONFIGURATION

The configuration settings for the fleet. Customer managed fleets are self-managed. Service managed Amazon EC2 fleets are managed by Deadline Cloud.

Optional arguments:

IV_CLIENTTOKEN TYPE /AWS1/TBDCLIENTTOKEN /AWS1/TBDCLIENTTOKEN

The unique token which the server uses to recognize retries of the same request.

IV_DESCRIPTION TYPE /AWS1/TBDDESCRIPTION /AWS1/TBDDESCRIPTION

The description of the fleet.

IV_MINWORKERCOUNT TYPE /AWS1/TBDMINZEROMAXINTEGER /AWS1/TBDMINZEROMAXINTEGER

The minimum number of workers for the fleet.

IT_TAGS TYPE /AWS1/CL_TBDTAGS_W=>TT_TAGS TT_TAGS

Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_TBDCREATEFLEETRSP /AWS1/CL_TBDCREATEFLEETRSP