Class: CloudReactorAPIClient::AwsEcsExecutionMethodCapability
- Inherits:
-
Object
- Object
- CloudReactorAPIClient::AwsEcsExecutionMethodCapability
- Defined in:
- lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb
Overview
A ModelSerializer that takes additional arguments for "fields", "omit" and "expand" in order to control which fields are displayed, and whether to replace simple values with complex, nested serializations
Instance Attribute Summary collapse
-
#allocated_cpu_units ⇒ Object
Returns the value of attribute allocated_cpu_units.
-
#allocated_memory_mb ⇒ Object
Returns the value of attribute allocated_memory_mb.
-
#capabilities ⇒ Object
Returns the value of attribute capabilities.
-
#default_assign_public_ip ⇒ Object
Returns the value of attribute default_assign_public_ip.
-
#default_cluster_arn ⇒ Object
Returns the value of attribute default_cluster_arn.
-
#default_cluster_infrastructure_website_url ⇒ Object
Returns the value of attribute default_cluster_infrastructure_website_url.
-
#default_execution_role ⇒ Object
Returns the value of attribute default_execution_role.
-
#default_execution_role_infrastructure_website_url ⇒ Object
Returns the value of attribute default_execution_role_infrastructure_website_url.
-
#default_launch_type ⇒ Object
Returns the value of attribute default_launch_type.
-
#default_platform_version ⇒ Object
Returns the value of attribute default_platform_version.
-
#default_security_group_infrastructure_website_urls ⇒ Object
Returns the value of attribute default_security_group_infrastructure_website_urls.
-
#default_security_groups ⇒ Object
Returns the value of attribute default_security_groups.
-
#default_subnet_infrastructure_website_urls ⇒ Object
Returns the value of attribute default_subnet_infrastructure_website_urls.
-
#default_subnets ⇒ Object
Returns the value of attribute default_subnets.
-
#default_task_role ⇒ Object
Returns the value of attribute default_task_role.
-
#default_task_role_infrastructure_website_url ⇒ Object
Returns the value of attribute default_task_role_infrastructure_website_url.
-
#main_container_name ⇒ Object
Returns the value of attribute main_container_name.
-
#service_options ⇒ Object
Returns the value of attribute service_options.
-
#supported_launch_types ⇒ Object
Returns the value of attribute supported_launch_types.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#task_definition_arn ⇒ Object
Returns the value of attribute task_definition_arn.
-
#task_definition_infrastructure_website_url ⇒ Object
Returns the value of attribute task_definition_infrastructure_website_url.
-
#type ⇒ Object
Returns the value of attribute type.
Class Method Summary collapse
-
.acceptable_attributes ⇒ Object
Returns all the JSON keys this model knows about.
-
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
-
.build_from_hash(attributes) ⇒ Object
Builds the object from hash.
-
.openapi_nullable ⇒ Object
List of attributes with nullable: true.
-
.openapi_types ⇒ Object
Attribute type mapping.
Instance Method Summary collapse
-
#==(o) ⇒ Object
Checks equality by comparing each attribute.
-
#_deserialize(type, value) ⇒ Object
Deserializes the data based on type.
-
#_to_hash(value) ⇒ Hash
Outputs non-array value in the form of hash For object, use to_hash.
-
#build_from_hash(attributes) ⇒ Object
Builds the object from hash.
- #eql?(o) ⇒ Boolean
-
#hash ⇒ Integer
Calculates hash code according to all attributes.
-
#initialize(attributes = {}) ⇒ AwsEcsExecutionMethodCapability
constructor
Initializes the object.
-
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons.
-
#to_body ⇒ Hash
to_body is an alias to to_hash (backward compatibility).
-
#to_hash ⇒ Hash
Returns the object in the form of hash.
-
#to_s ⇒ String
Returns the string representation of the object.
-
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid.
Constructor Details
#initialize(attributes = {}) ⇒ AwsEcsExecutionMethodCapability
Initializes the object
142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 142 def initialize(attributes = {}) if (!attributes.is_a?(Hash)) fail ArgumentError, "The input argument (attributes) must be a hash in `CloudReactorAPIClient::AwsEcsExecutionMethodCapability` initialize method" end # check to see if the attribute exists and convert string to symbol for hash key attributes = attributes.each_with_object({}) { |(k, v), h| if (!self.class.attribute_map.key?(k.to_sym)) fail ArgumentError, "`#{k}` is not a valid attribute in `CloudReactorAPIClient::AwsEcsExecutionMethodCapability`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect end h[k.to_sym] = v } if attributes.key?(:'task_definition_arn') self.task_definition_arn = attributes[:'task_definition_arn'] end if attributes.key?(:'task_definition_infrastructure_website_url') self.task_definition_infrastructure_website_url = attributes[:'task_definition_infrastructure_website_url'] end if attributes.key?(:'allocated_cpu_units') self.allocated_cpu_units = attributes[:'allocated_cpu_units'] end if attributes.key?(:'allocated_memory_mb') self.allocated_memory_mb = attributes[:'allocated_memory_mb'] end if attributes.key?(:'type') self.type = attributes[:'type'] end if attributes.key?(:'capabilities') if (value = attributes[:'capabilities']).is_a?(Array) self.capabilities = value end end if attributes.key?(:'tags') if (value = attributes[:'tags']).is_a?(Hash) self. = value end end if attributes.key?(:'default_subnets') if (value = attributes[:'default_subnets']).is_a?(Array) self.default_subnets = value end end if attributes.key?(:'default_subnet_infrastructure_website_urls') if (value = attributes[:'default_subnet_infrastructure_website_urls']).is_a?(Array) self.default_subnet_infrastructure_website_urls = value end end if attributes.key?(:'default_launch_type') self.default_launch_type = attributes[:'default_launch_type'] end if attributes.key?(:'supported_launch_types') if (value = attributes[:'supported_launch_types']).is_a?(Array) self.supported_launch_types = value end end if attributes.key?(:'default_cluster_arn') self.default_cluster_arn = attributes[:'default_cluster_arn'] end if attributes.key?(:'default_cluster_infrastructure_website_url') self.default_cluster_infrastructure_website_url = attributes[:'default_cluster_infrastructure_website_url'] end if attributes.key?(:'default_security_groups') if (value = attributes[:'default_security_groups']).is_a?(Array) self.default_security_groups = value end end if attributes.key?(:'default_security_group_infrastructure_website_urls') if (value = attributes[:'default_security_group_infrastructure_website_urls']).is_a?(Array) self.default_security_group_infrastructure_website_urls = value end end if attributes.key?(:'default_assign_public_ip') self.default_assign_public_ip = attributes[:'default_assign_public_ip'] end if attributes.key?(:'default_execution_role') self.default_execution_role = attributes[:'default_execution_role'] end if attributes.key?(:'default_execution_role_infrastructure_website_url') self.default_execution_role_infrastructure_website_url = attributes[:'default_execution_role_infrastructure_website_url'] end if attributes.key?(:'default_task_role') self.default_task_role = attributes[:'default_task_role'] end if attributes.key?(:'default_task_role_infrastructure_website_url') self.default_task_role_infrastructure_website_url = attributes[:'default_task_role_infrastructure_website_url'] end if attributes.key?(:'default_platform_version') self.default_platform_version = attributes[:'default_platform_version'] end if attributes.key?(:'main_container_name') self.main_container_name = attributes[:'main_container_name'] end if attributes.key?(:'service_options') self. = attributes[:'service_options'] end end |
Instance Attribute Details
#allocated_cpu_units ⇒ Object
Returns the value of attribute allocated_cpu_units.
23 24 25 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 23 def allocated_cpu_units @allocated_cpu_units end |
#allocated_memory_mb ⇒ Object
Returns the value of attribute allocated_memory_mb.
25 26 27 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 25 def allocated_memory_mb @allocated_memory_mb end |
#capabilities ⇒ Object
Returns the value of attribute capabilities.
29 30 31 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 29 def capabilities @capabilities end |
#default_assign_public_ip ⇒ Object
Returns the value of attribute default_assign_public_ip.
49 50 51 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 49 def default_assign_public_ip @default_assign_public_ip end |
#default_cluster_arn ⇒ Object
Returns the value of attribute default_cluster_arn.
41 42 43 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 41 def default_cluster_arn @default_cluster_arn end |
#default_cluster_infrastructure_website_url ⇒ Object
Returns the value of attribute default_cluster_infrastructure_website_url.
43 44 45 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 43 def default_cluster_infrastructure_website_url @default_cluster_infrastructure_website_url end |
#default_execution_role ⇒ Object
Returns the value of attribute default_execution_role.
51 52 53 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 51 def default_execution_role @default_execution_role end |
#default_execution_role_infrastructure_website_url ⇒ Object
Returns the value of attribute default_execution_role_infrastructure_website_url.
53 54 55 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 53 def default_execution_role_infrastructure_website_url @default_execution_role_infrastructure_website_url end |
#default_launch_type ⇒ Object
Returns the value of attribute default_launch_type.
37 38 39 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 37 def default_launch_type @default_launch_type end |
#default_platform_version ⇒ Object
Returns the value of attribute default_platform_version.
59 60 61 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 59 def default_platform_version @default_platform_version end |
#default_security_group_infrastructure_website_urls ⇒ Object
Returns the value of attribute default_security_group_infrastructure_website_urls.
47 48 49 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 47 def default_security_group_infrastructure_website_urls @default_security_group_infrastructure_website_urls end |
#default_security_groups ⇒ Object
Returns the value of attribute default_security_groups.
45 46 47 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 45 def default_security_groups @default_security_groups end |
#default_subnet_infrastructure_website_urls ⇒ Object
Returns the value of attribute default_subnet_infrastructure_website_urls.
35 36 37 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 35 def default_subnet_infrastructure_website_urls @default_subnet_infrastructure_website_urls end |
#default_subnets ⇒ Object
Returns the value of attribute default_subnets.
33 34 35 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 33 def default_subnets @default_subnets end |
#default_task_role ⇒ Object
Returns the value of attribute default_task_role.
55 56 57 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 55 def default_task_role @default_task_role end |
#default_task_role_infrastructure_website_url ⇒ Object
Returns the value of attribute default_task_role_infrastructure_website_url.
57 58 59 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 57 def default_task_role_infrastructure_website_url @default_task_role_infrastructure_website_url end |
#main_container_name ⇒ Object
Returns the value of attribute main_container_name.
61 62 63 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 61 def main_container_name @main_container_name end |
#service_options ⇒ Object
Returns the value of attribute service_options.
63 64 65 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 63 def @service_options end |
#supported_launch_types ⇒ Object
Returns the value of attribute supported_launch_types.
39 40 41 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 39 def supported_launch_types @supported_launch_types end |
#tags ⇒ Object
Returns the value of attribute tags.
31 32 33 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 31 def @tags end |
#task_definition_arn ⇒ Object
Returns the value of attribute task_definition_arn.
19 20 21 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 19 def task_definition_arn @task_definition_arn end |
#task_definition_infrastructure_website_url ⇒ Object
Returns the value of attribute task_definition_infrastructure_website_url.
21 22 23 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 21 def task_definition_infrastructure_website_url @task_definition_infrastructure_website_url end |
#type ⇒ Object
Returns the value of attribute type.
27 28 29 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 27 def type @type end |
Class Method Details
.acceptable_attributes ⇒ Object
Returns all the JSON keys this model knows about
95 96 97 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 95 def self.acceptable_attributes attribute_map.values end |
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 66 def self.attribute_map { :'task_definition_arn' => :'task_definition_arn', :'task_definition_infrastructure_website_url' => :'task_definition_infrastructure_website_url', :'allocated_cpu_units' => :'allocated_cpu_units', :'allocated_memory_mb' => :'allocated_memory_mb', :'type' => :'type', :'capabilities' => :'capabilities', :'tags' => :'tags', :'default_subnets' => :'default_subnets', :'default_subnet_infrastructure_website_urls' => :'default_subnet_infrastructure_website_urls', :'default_launch_type' => :'default_launch_type', :'supported_launch_types' => :'supported_launch_types', :'default_cluster_arn' => :'default_cluster_arn', :'default_cluster_infrastructure_website_url' => :'default_cluster_infrastructure_website_url', :'default_security_groups' => :'default_security_groups', :'default_security_group_infrastructure_website_urls' => :'default_security_group_infrastructure_website_urls', :'default_assign_public_ip' => :'default_assign_public_ip', :'default_execution_role' => :'default_execution_role', :'default_execution_role_infrastructure_website_url' => :'default_execution_role_infrastructure_website_url', :'default_task_role' => :'default_task_role', :'default_task_role_infrastructure_website_url' => :'default_task_role_infrastructure_website_url', :'default_platform_version' => :'default_platform_version', :'main_container_name' => :'main_container_name', :'service_options' => :'service_options' } end |
.build_from_hash(attributes) ⇒ Object
Builds the object from hash
410 411 412 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 410 def self.build_from_hash(attributes) new.build_from_hash(attributes) end |
.openapi_nullable ⇒ Object
List of attributes with nullable: true
129 130 131 132 133 134 135 136 137 138 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 129 def self.openapi_nullable Set.new([ :'tags', :'default_subnets', :'default_launch_type', :'supported_launch_types', :'default_security_groups', :'default_assign_public_ip', ]) end |
.openapi_types ⇒ Object
Attribute type mapping.
100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 100 def self.openapi_types { :'task_definition_arn' => :'String', :'task_definition_infrastructure_website_url' => :'String', :'allocated_cpu_units' => :'Integer', :'allocated_memory_mb' => :'Integer', :'type' => :'String', :'capabilities' => :'Array<String>', :'tags' => :'Hash<String, String>', :'default_subnets' => :'Array<String>', :'default_subnet_infrastructure_website_urls' => :'Array<String>', :'default_launch_type' => :'AwsEcsLaunchType', :'supported_launch_types' => :'Array<AwsEcsLaunchType>', :'default_cluster_arn' => :'String', :'default_cluster_infrastructure_website_url' => :'String', :'default_security_groups' => :'Array<String>', :'default_security_group_infrastructure_website_urls' => :'Array<String>', :'default_assign_public_ip' => :'Boolean', :'default_execution_role' => :'String', :'default_execution_role_infrastructure_website_url' => :'String', :'default_task_role' => :'String', :'default_task_role_infrastructure_website_url' => :'String', :'default_platform_version' => :'String', :'main_container_name' => :'String', :'service_options' => :'AwsEcsServiceOptions' } end |
Instance Method Details
#==(o) ⇒ Object
Checks equality by comparing each attribute.
367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 367 def ==(o) return true if self.equal?(o) self.class == o.class && task_definition_arn == o.task_definition_arn && task_definition_infrastructure_website_url == o.task_definition_infrastructure_website_url && allocated_cpu_units == o.allocated_cpu_units && allocated_memory_mb == o.allocated_memory_mb && type == o.type && capabilities == o.capabilities && == o. && default_subnets == o.default_subnets && default_subnet_infrastructure_website_urls == o.default_subnet_infrastructure_website_urls && default_launch_type == o.default_launch_type && supported_launch_types == o.supported_launch_types && default_cluster_arn == o.default_cluster_arn && default_cluster_infrastructure_website_url == o.default_cluster_infrastructure_website_url && default_security_groups == o.default_security_groups && default_security_group_infrastructure_website_urls == o.default_security_group_infrastructure_website_urls && default_assign_public_ip == o.default_assign_public_ip && default_execution_role == o.default_execution_role && default_execution_role_infrastructure_website_url == o.default_execution_role_infrastructure_website_url && default_task_role == o.default_task_role && default_task_role_infrastructure_website_url == o.default_task_role_infrastructure_website_url && default_platform_version == o.default_platform_version && main_container_name == o.main_container_name && == o. end |
#_deserialize(type, value) ⇒ Object
Deserializes the data based on type
440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 440 def _deserialize(type, value) case type.to_sym when :Time Time.parse(value) when :Date Date.parse(value) when :String value.to_s when :Integer value.to_i when :Float value.to_f when :Boolean if value.to_s =~ /\A(true|t|yes|y|1)\z/i true else false end when :Object # generic object (usually a Hash), return directly value when /\AArray<(?<inner_type>.+)>\z/ inner_type = Regexp.last_match[:inner_type] value.map { |v| _deserialize(inner_type, v) } when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/ k_type = Regexp.last_match[:k_type] v_type = Regexp.last_match[:v_type] {}.tap do |hash| value.each do |k, v| hash[_deserialize(k_type, k)] = _deserialize(v_type, v) end end else # model # models (e.g. Pet) or oneOf klass = CloudReactorAPIClient.const_get(type) klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end |
#_to_hash(value) ⇒ Hash
Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value
511 512 513 514 515 516 517 518 519 520 521 522 523 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 511 def _to_hash(value) if value.is_a?(Array) value.compact.map { |v| _to_hash(v) } elsif value.is_a?(Hash) {}.tap do |hash| value.each { |k, v| hash[k] = _to_hash(v) } end elsif value.respond_to? :to_hash value.to_hash else value end end |
#build_from_hash(attributes) ⇒ Object
Builds the object from hash
417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 417 def build_from_hash(attributes) return nil unless attributes.is_a?(Hash) self.class.openapi_types.each_pair do |key, type| if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key) self.send("#{key}=", nil) elsif type =~ /\AArray<(.*)>/i # check to ensure the input is an array given that the attribute # is documented as an array but the input is not if attributes[self.class.attribute_map[key]].is_a?(Array) self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) }) end elsif !attributes[self.class.attribute_map[key]].nil? self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]])) end end self end |
#eql?(o) ⇒ Boolean
397 398 399 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 397 def eql?(o) self == o end |
#hash ⇒ Integer
Calculates hash code according to all attributes.
403 404 405 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 403 def hash [task_definition_arn, task_definition_infrastructure_website_url, allocated_cpu_units, allocated_memory_mb, type, capabilities, , default_subnets, default_subnet_infrastructure_website_urls, default_launch_type, supported_launch_types, default_cluster_arn, default_cluster_infrastructure_website_url, default_security_groups, default_security_group_infrastructure_website_urls, default_assign_public_ip, default_execution_role, default_execution_role_infrastructure_website_url, default_task_role, default_task_role_infrastructure_website_url, default_platform_version, main_container_name, ].hash end |
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 264 def list_invalid_properties invalid_properties = Array.new if !@task_definition_arn.nil? && @task_definition_arn.to_s.length > 1000 invalid_properties.push('invalid value for "task_definition_arn", the character length must be smaller than or equal to 1000.') end if !@default_cluster_arn.nil? && @default_cluster_arn.to_s.length > 1000 invalid_properties.push('invalid value for "default_cluster_arn", the character length must be smaller than or equal to 1000.') end if !@default_execution_role.nil? && @default_execution_role.to_s.length > 1000 invalid_properties.push('invalid value for "default_execution_role", the character length must be smaller than or equal to 1000.') end if !@default_task_role.nil? && @default_task_role.to_s.length > 1000 invalid_properties.push('invalid value for "default_task_role", the character length must be smaller than or equal to 1000.') end if !@default_platform_version.nil? && @default_platform_version.to_s.length > 10 invalid_properties.push('invalid value for "default_platform_version", the character length must be smaller than or equal to 10.') end if !@main_container_name.nil? && @main_container_name.to_s.length > 1000 invalid_properties.push('invalid value for "main_container_name", the character length must be smaller than or equal to 1000.') end invalid_properties end |
#to_body ⇒ Hash
to_body is an alias to to_hash (backward compatibility)
487 488 489 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 487 def to_body to_hash end |
#to_hash ⇒ Hash
Returns the object in the form of hash
493 494 495 496 497 498 499 500 501 502 503 504 505 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 493 def to_hash hash = {} self.class.attribute_map.each_pair do |attr, param| value = self.send(attr) if value.nil? is_nullable = self.class.openapi_nullable.include?(attr) next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}")) end hash[param] = _to_hash(value) end hash end |
#to_s ⇒ String
Returns the string representation of the object
481 482 483 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 481 def to_s to_hash.to_s end |
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
295 296 297 298 299 300 301 302 303 |
# File 'lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb', line 295 def valid? return false if !@task_definition_arn.nil? && @task_definition_arn.to_s.length > 1000 return false if !@default_cluster_arn.nil? && @default_cluster_arn.to_s.length > 1000 return false if !@default_execution_role.nil? && @default_execution_role.to_s.length > 1000 return false if !@default_task_role.nil? && @default_task_role.to_s.length > 1000 return false if !@default_platform_version.nil? && @default_platform_version.to_s.length > 10 return false if !@main_container_name.nil? && @main_container_name.to_s.length > 1000 true end |