Class: Aws::Deadline::Types::CustomerManagedFleetConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

The configuration details for a customer managed fleet.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#modeString

The Auto Scaling mode for the customer managed fleet.

Returns:

  • (String)


1892
1893
1894
1895
1896
1897
1898
1899
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1892

class CustomerManagedFleetConfiguration < Struct.new(
  :mode,
  :worker_capabilities,
  :storage_profile_id,
  :tag_propagation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#storage_profile_idString

The storage profile ID for the customer managed fleet.

Returns:

  • (String)


1892
1893
1894
1895
1896
1897
1898
1899
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1892

class CustomerManagedFleetConfiguration < Struct.new(
  :mode,
  :worker_capabilities,
  :storage_profile_id,
  :tag_propagation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#tag_propagation_modeString

The tag propagation mode for the customer managed fleet.

Returns:

  • (String)


1892
1893
1894
1895
1896
1897
1898
1899
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1892

class CustomerManagedFleetConfiguration < Struct.new(
  :mode,
  :worker_capabilities,
  :storage_profile_id,
  :tag_propagation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#worker_capabilitiesTypes::CustomerManagedWorkerCapabilities

The worker capabilities for the customer managed fleet.



1892
1893
1894
1895
1896
1897
1898
1899
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1892

class CustomerManagedFleetConfiguration < Struct.new(
  :mode,
  :worker_capabilities,
  :storage_profile_id,
  :tag_propagation_mode)
  SENSITIVE = []
  include Aws::Structure
end