Class: MintPress::Aws::ECS::Deployment
- Inherits:
-
Object
- Object
- MintPress::Aws::ECS::Deployment
- Includes:
- MintLogger, AwsCommon, Mixins::Properties
- Defined in:
- src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ecs/deployment.rb
Properties (Read/Write)
-
#capacity_provider_strategy ⇒ Array of ⇒ [MintPress::Aws::ECS::CapacityProviderStrategyItem]
'The capacity provider strategy that the deployment is using.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::ECS::Deployment"
- orig_name ⇒ 'capacity_provider_strategy'
17
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ecs/deployment.rb', line 17 property :capacity_provider_strategy, disposition: :attribute, description: 'The capacity provider strategy that the deployment is using.', source: "MintPress::Aws::ECS::Deployment", orig_name: 'capacity_provider_strategy', type: [MintPress::Aws::ECS::CapacityProviderStrategyItem], array: true
-
#created_at ⇒ [Time]
'The Unix timestamp for when the service deployment was created.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::ECS::Deployment"
- orig_name ⇒ 'created_at'
18
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ecs/deployment.rb', line 18 property :created_at, disposition: :attribute, description: 'The Unix timestamp for when the service deployment was created.', source: "MintPress::Aws::ECS::Deployment", orig_name: 'created_at', type: [Time]
-
#desired_count ⇒ [Integer]
'The most recent desired count of tasks that was specified for the service to deploy or maintain.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::ECS::Deployment"
- orig_name ⇒ 'desired_count'
19
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ecs/deployment.rb', line 19 property :desired_count, disposition: :attribute, description: 'The most recent desired count of tasks that was specified for the service to deploy or maintain.', source: "MintPress::Aws::ECS::Deployment", orig_name: 'desired_count', type: [Integer]
-
#failed_tasks ⇒ [Integer]
'The number of consecutively failed tasks in the deployment.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::ECS::Deployment"
- orig_name ⇒ 'failed_tasks'
20
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ecs/deployment.rb', line 20 property :failed_tasks, disposition: :attribute, description: 'The number of consecutively failed tasks in the deployment.', source: "MintPress::Aws::ECS::Deployment", orig_name: 'failed_tasks', type: [Integer]
-
#id ⇒ [String] (Default Value: Proc.new { self.name })
'The ID of the deployment.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::ECS::Deployment"
- orig_name ⇒ 'id'
- default ⇒ Proc.new { self.name }
21
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ecs/deployment.rb', line 21 property :id, disposition: :attribute, description: 'The ID of the deployment.', source: "MintPress::Aws::ECS::Deployment", orig_name: 'id', type: [String], default: Proc.new { self.name }
-
#launch_type ⇒ [String]
'The launch type the tasks in the service are using.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::ECS::Deployment"
- orig_name ⇒ 'launch_type'
22
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ecs/deployment.rb', line 22 property :launch_type, disposition: :attribute, description: 'The launch type the tasks in the service are using.', source: "MintPress::Aws::ECS::Deployment", orig_name: 'launch_type', type: [String]
-
#network_configuration ⇒ [MintPress::Aws::ECS::NetworkConfiguration] (Default Value: MintPress::Aws::ECS::NetworkConfiguration.new)
'The VPC subnet and security group configuration for tasks that receive their own elastic network interface by using the awsvpc networking mode.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::ECS::Deployment"
- orig_name ⇒ 'network_configuration'
- default ⇒ MintPress::Aws::ECS::NetworkConfiguration.new
23
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ecs/deployment.rb', line 23 property :network_configuration, disposition: :attribute, description: 'The VPC subnet and security group configuration for tasks that receive their own elastic network interface by using the awsvpc networking mode.', source: "MintPress::Aws::ECS::Deployment", orig_name: 'network_configuration', type: [MintPress::Aws::ECS::NetworkConfiguration], default: MintPress::Aws::ECS::NetworkConfiguration.new
-
#pending_count ⇒ [Integer]
'The number of tasks in the deployment that are in the PENDING status.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::ECS::Deployment"
- orig_name ⇒ 'pending_count'
24
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ecs/deployment.rb', line 24 property :pending_count, disposition: :attribute, description: 'The number of tasks in the deployment that are in the PENDING status.', source: "MintPress::Aws::ECS::Deployment", orig_name: 'pending_count', type: [Integer]
-
#platform_version ⇒ [String]
'The platform version on which your tasks in the service are running.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::ECS::Deployment"
- orig_name ⇒ 'platform_version'
25
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ecs/deployment.rb', line 25 property :platform_version, disposition: :attribute, description: 'The platform version on which your tasks in the service are running.', source: "MintPress::Aws::ECS::Deployment", orig_name: 'platform_version', type: [String]
-
#rollout_state ⇒ [String]
'The rolloutState of a service is only returned for services that use the rolling update (ECS) deployment type that are not behind a Classic Load Balancer.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::ECS::Deployment"
- orig_name ⇒ 'rollout_state'
26
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ecs/deployment.rb', line 26 property :rollout_state, disposition: :attribute, description: 'The rolloutState of a service is only returned for services that use the rolling update (ECS) deployment type that are not behind a Classic Load Balancer.', source: "MintPress::Aws::ECS::Deployment", orig_name: 'rollout_state', type: [String]
-
#rollout_state_reason ⇒ [String]
'A description of the rollout state of a deployment.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::ECS::Deployment"
- orig_name ⇒ 'rollout_state_reason'
27
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ecs/deployment.rb', line 27 property :rollout_state_reason, disposition: :attribute, description: 'A description of the rollout state of a deployment.', source: "MintPress::Aws::ECS::Deployment", orig_name: 'rollout_state_reason', type: [String]
-
#running_count ⇒ [Integer]
'The number of tasks in the deployment that are in the RUNNING status.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::ECS::Deployment"
- orig_name ⇒ 'running_count'
28
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ecs/deployment.rb', line 28 property :running_count, disposition: :attribute, description: 'The number of tasks in the deployment that are in the RUNNING status.', source: "MintPress::Aws::ECS::Deployment", orig_name: 'running_count', type: [Integer]
-
#status ⇒ [String]
'The status of the deployment.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::ECS::Deployment"
- orig_name ⇒ 'status'
29
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ecs/deployment.rb', line 29 property :status, disposition: :attribute, description: 'The status of the deployment.', source: "MintPress::Aws::ECS::Deployment", orig_name: 'status', type: [String]
-
#task_definition ⇒ [String]
'The most recent task definition that was specified for the tasks in the service to use.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::ECS::Deployment"
- orig_name ⇒ 'task_definition'
30
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ecs/deployment.rb', line 30 property :task_definition, disposition: :attribute, description: 'The most recent task definition that was specified for the tasks in the service to use.', source: "MintPress::Aws::ECS::Deployment", orig_name: 'task_definition', type: [String]
-
#updated_at ⇒ [Time]
'The Unix timestamp for when the service deployment was last updated.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::ECS::Deployment"
- orig_name ⇒ 'updated_at'
31
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ecs/deployment.rb', line 31 property :updated_at, disposition: :attribute, description: 'The Unix timestamp for when the service deployment was last updated.', source: "MintPress::Aws::ECS::Deployment", orig_name: 'updated_at', type: [Time]
-
#name ⇒ String
Property Attributes32
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ecs/deployment.rb', line 32 property :name, type: String
-
#region ⇒ String
Region _specifically for this object_. If you're not doing different objects in different regions, you should not set this, but rather set the region on your AwsPlatformProvider instead
Property Attributes36
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ecs/deployment.rb', line 36 property :region, type: String
-
#platform ⇒ MintPress::InfrastructureAws::AwsPlatform (Default Value: MintPress::InfrastructureAws::AwsPlatform.new)
The platform details, including credentials - normally this will come via AwsPlatformProvider (see the Infrastructure Providers section of the documentation)
Property Attributes- default ⇒ MintPress::InfrastructureAws::AwsPlatform.new
39
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ecs/deployment.rb', line 39 property :platform, type: MintPress::InfrastructureAws::AwsPlatform, default: MintPress::InfrastructureAws::AwsPlatform.new
Properties (Read Only)
Constant Summary
Constants included from MintLogger
MintLogger::DEBUG, MintLogger::ERROR, MintLogger::FATAL, MintLogger::INFO, MintLogger::UNKNOWN, MintLogger::VERBOSE, MintLogger::WARN
Instance Attribute Summary
Attributes included from Mixins::Properties
#autopush_set_cache, #dynamic_create, #harvest_on_access, #harvest_undefined_only, #harvested, #tree_root
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ Deployment
constructor
A new instance of Deployment.
Methods included from AwsCommon
#alive?, all, #attach_generic, #attached?, #available?, #build_create_hash, #by_id, #by_name, #create_generic, #delete_cascade_generic, #delete_generic, #detach_generic, #exists?, #fill_in_details, #find_by_details, #find_global_object, #get_aws_region, #get_state, #handle_singleton_object, #harvest, #perform_operation, #prop_to_hash, #register_aws_object, #resource_api, #running?, #start_generic, #started?, #stop_generic, #terminate_generic
Methods included from Mixins::Properties
#[], #[]=, #add_validate_report_result, #armour_set_property, #array_contains?, #array_is_a?, #check_autopush, #check_stack_overflow, #clone_property_object, #cloner_handle_single_property, #coerce_single, #contains_as_string?, #display_validate_report_result, #double_initialize?, #dump_to_hash, #find_parent, #find_parent_by_identity, #generate_accessor_functions, #get_canonical_renamed, #get_from_opts, #get_my_name, #get_property, #get_property_item, #has?, included, #initialize_validate_report, #inspect, #is_cloned_object?, #is_mintpress_object?, #is_probably_canonical?, #is_set?, #local_debug, #local_info, #local_verbose, #mintpress_property_definitions, #place_object_by_identity, #process_properties, #prop_set?, #property, #property_definitions, #property_details, #property_is_simple_object?, #push_root!, #require_property, #require_update, #retrieve_docstring, #sanitize, #set_map_dirty, #set_property, #set_property_item, #show_short_array, #strip_defaults!, #synchronize, #uncloned_property_definitions, #update_map, #validate, #validate_generic, #validate_properties, #validate_property, #validate_required, #version_allowed?, #weakref
Methods included from MintLogger::Utils::Common
#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send