Class: MintPress::Aws::EC2::SpotInstance
- Inherits:
-
Object
- Object
- MintPress::Aws::EC2::SpotInstance
- Includes:
- MintLogger, AwsCommon, Mixins::Properties
- Defined in:
- src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/spot_instance.rb
Properties (Read/Write)
-
#actual_block_hourly_price ⇒ [String]
'If you specified a duration and your Spot Instance request was fulfilled, this is the fixed hourly price in effect for the Spot Instance while it runs.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::SpotInstance"
- orig_name ⇒ 'actual_block_hourly_price'
22
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/spot_instance.rb', line 22 property :actual_block_hourly_price, disposition: :attribute, description: 'If you specified a duration and your Spot Instance request was fulfilled, this is the fixed hourly price in effect for the Spot Instance while it runs.', source: "MintPress::Aws::EC2::SpotInstance", orig_name: 'actual_block_hourly_price', type: [String]
-
#availability_zone_group ⇒ [String]
'The Availability Zone group.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::SpotInstance"
- orig_name ⇒ 'availability_zone_group'
23
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/spot_instance.rb', line 23 property :availability_zone_group, disposition: :attribute, description: 'The Availability Zone group.', source: "MintPress::Aws::EC2::SpotInstance", orig_name: 'availability_zone_group', type: [String]
-
#block_duration_minutes ⇒ [Integer]
'The duration for the Spot Instance, in minutes.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::SpotInstance"
- orig_name ⇒ 'block_duration_minutes'
24
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/spot_instance.rb', line 24 property :block_duration_minutes, disposition: :attribute, description: 'The duration for the Spot Instance, in minutes.', source: "MintPress::Aws::EC2::SpotInstance", orig_name: 'block_duration_minutes', type: [Integer]
-
#create_time ⇒ [Time]
'The date and time when the Spot Instance request was created, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::SpotInstance"
- orig_name ⇒ 'create_time'
25
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/spot_instance.rb', line 25 property :create_time, disposition: :attribute, description: 'The date and time when the Spot Instance request was created, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).', source: "MintPress::Aws::EC2::SpotInstance", orig_name: 'create_time', type: [Time]
-
#fault ⇒ [MintPress::Aws::EC2::SpotInstanceStateFault] (Default Value: MintPress::Aws::EC2::SpotInstanceStateFault.new)
'The fault codes for the Spot Instance request, if any.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::SpotInstance"
- orig_name ⇒ 'fault'
- default ⇒ MintPress::Aws::EC2::SpotInstanceStateFault.new
26
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/spot_instance.rb', line 26 property :fault, disposition: :attribute, description: 'The fault codes for the Spot Instance request, if any.', source: "MintPress::Aws::EC2::SpotInstance", orig_name: 'fault', type: [MintPress::Aws::EC2::SpotInstanceStateFault], default: MintPress::Aws::EC2::SpotInstanceStateFault.new
-
#instance_interruption_behavior ⇒ [String]
'The behavior when a Spot Instance is interrupted.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::SpotInstance"
- orig_name ⇒ 'instance_interruption_behavior'
27
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/spot_instance.rb', line 27 property :instance_interruption_behavior, disposition: :attribute, description: 'The behavior when a Spot Instance is interrupted.', source: "MintPress::Aws::EC2::SpotInstance", orig_name: 'instance_interruption_behavior', type: [String]
-
#launch_group ⇒ [String]
'The instance launch group.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::SpotInstance"
- orig_name ⇒ 'launch_group'
28
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/spot_instance.rb', line 28 property :launch_group, disposition: :attribute, description: 'The instance launch group.', source: "MintPress::Aws::EC2::SpotInstance", orig_name: 'launch_group', type: [String]
-
#launch ⇒ [MintPress::Aws::EC2::Launch] (Default Value: MintPress::Aws::EC2::Launch.new)
'Additional information for launching instances.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::SpotInstance"
- orig_name ⇒ 'launch_specification'
- default ⇒ MintPress::Aws::EC2::Launch.new
29
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/spot_instance.rb', line 29 property :launch, disposition: :attribute, description: 'Additional information for launching instances.', source: "MintPress::Aws::EC2::SpotInstance", orig_name: 'launch_specification', type: [MintPress::Aws::EC2::Launch], default: MintPress::Aws::EC2::Launch.new
-
#launched_availability_zone ⇒ [String]
'The Availability Zone in which the request is launched.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::SpotInstance"
- orig_name ⇒ 'launched_availability_zone'
30
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/spot_instance.rb', line 30 property :launched_availability_zone, disposition: :attribute, description: 'The Availability Zone in which the request is launched.', source: "MintPress::Aws::EC2::SpotInstance", orig_name: 'launched_availability_zone', type: [String]
-
#product_description ⇒ [String]
'The product description associated with the Spot Instance.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::SpotInstance"
- orig_name ⇒ 'product_description'
31
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/spot_instance.rb', line 31 property :product_description, disposition: :attribute, description: 'The product description associated with the Spot Instance.', source: "MintPress::Aws::EC2::SpotInstance", orig_name: 'product_description', type: [String]
-
#spot_price ⇒ [String]
'The maximum price per hour that you are willing to pay for a Spot Instance.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::SpotInstance"
- orig_name ⇒ 'spot_price'
32
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/spot_instance.rb', line 32 property :spot_price, disposition: :attribute, description: 'The maximum price per hour that you are willing to pay for a Spot Instance.', source: "MintPress::Aws::EC2::SpotInstance", orig_name: 'spot_price', type: [String]
-
#state ⇒ [String]
'The state of the Spot Instance request.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::SpotInstance"
- orig_name ⇒ 'state'
33
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/spot_instance.rb', line 33 property :state, disposition: :attribute, description: 'The state of the Spot Instance request.', source: "MintPress::Aws::EC2::SpotInstance", orig_name: 'state', type: [String]
-
#status ⇒ [MintPress::Aws::EC2::SpotInstanceStatus] (Default Value: MintPress::Aws::EC2::SpotInstanceStatus.new)
'The status code and status message describing the Spot Instance request.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::SpotInstance"
- orig_name ⇒ 'status'
- default ⇒ MintPress::Aws::EC2::SpotInstanceStatus.new
34
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/spot_instance.rb', line 34 property :status, disposition: :attribute, description: 'The status code and status message describing the Spot Instance request.', source: "MintPress::Aws::EC2::SpotInstance", orig_name: 'status', type: [MintPress::Aws::EC2::SpotInstanceStatus], default: MintPress::Aws::EC2::SpotInstanceStatus.new
-
#tags ⇒ Hash of ⇒ [MintPress::Aws::EC2::Tag]
'Any tags assigned to the resource.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::SpotInstance"
- orig_name ⇒ 'tags'
35
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/spot_instance.rb', line 35 property :tags, disposition: :attribute, description: 'Any tags assigned to the resource.', source: "MintPress::Aws::EC2::SpotInstance", orig_name: 'tags', type: [MintPress::Aws::EC2::Tag], array: false, hash: true
-
#type ⇒ [String]
'The Spot Instance request type.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::SpotInstance"
- orig_name ⇒ 'type'
36
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/spot_instance.rb', line 36 property :type, disposition: :attribute, description: 'The Spot Instance request type.', source: "MintPress::Aws::EC2::SpotInstance", orig_name: 'type', type: [String]
-
#valid_from ⇒ [Time]
'The start date of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::SpotInstance"
- orig_name ⇒ 'valid_from'
37
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/spot_instance.rb', line 37 property :valid_from, disposition: :attribute, description: 'The start date of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).', source: "MintPress::Aws::EC2::SpotInstance", orig_name: 'valid_from', type: [Time]
-
#valid_until ⇒ [Time]
'The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ).'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::SpotInstance"
- orig_name ⇒ 'valid_until'
38
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/spot_instance.rb', line 38 property :valid_until, disposition: :attribute, description: 'The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ).', source: "MintPress::Aws::EC2::SpotInstance", orig_name: 'valid_until', type: [Time]
-
#filters ⇒ Hash of ⇒ [MintPress::Aws::EC2::Filter]
'One or more filters. availability-zone-group - The Availability Zone group. create-time - The time stamp when the Spot Instance request was created. fault-code - The fault code related to the request. fault-message - The fault message related to the request. instance-id - The ID of the instance that fulfilled the request. launch-group - The Spot Instance launch group. launch.block-device-mapping.delete-on-termination - Indicates whether the EBS volume is deleted on instance termination. launch.block-device-mapping.device-name - The device name for the volume in the block device mapping (for example, /dev/sdh or xvdh). launch.block-device-mapping.snapshot-id - The ID of the snapshot for the EBS volume. launch.block-device-mapping.volume-size - The size of the EBS volume, in GiB. launch.block-device-mapping.volume-type - The type of EBS volume: gp2 for General Purpose SSD, io1 or io2 for Provisioned IOPS SSD, st1 for Throughput Optimized HDD, sc1for Cold HDD, or standard for Magnetic. launch.group-id - The ID of the security group for the instance. launch.group-name - The name of the security group for the instance. launch.image-id - The ID of the AMI. launch.instance-type - The type of instance (for example, m3.medium). launch.kernel-id - The kernel ID. launch.key-name - The name of the key pair the instance launched with. launch.monitoring-enabled - Whether detailed monitoring is enabled for the Spot Instance. launch.ramdisk-id - The RAM disk ID. launched-availability-zone - The Availability Zone in which the request is launched. network-interface.addresses.primary - Indicates whether the IP address is the primary private IP address. network-interface.delete-on-termination - Indicates whether the network interface is deleted when the instance is terminated. network-interface.description - A description of the network interface. network-interface.device-index - The index of the device for the network interface attachment on the instance. network-interface.group-id - The ID of the security group associated with the network interface. network-interface.network-interface-id - The ID of the network interface. network-interface.private-ip-address - The primary private IP address of the network interface. network-interface.subnet-id - The ID of the subnet for the instance. product-description - The product description associated with the instance (Linux/UNIX | Windows). spot-instance-request-id - The Spot Instance request ID. spot-price - The maximum hourly price for any Spot Instance launched to fulfill the request. state - The state of the Spot Instance request (open | active | closed | cancelled | failed). Spot request status information can help you track your Amazon EC2 Spot Instance requests. For more information, see Spot request status in the Amazon EC2 User Guide for Linux Instances. status-code - The short code describing the most recent evaluation of your Spot Instance request. status-message - The message explaining the status of the Spot Instance request. tag:- The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. type - The type of Spot Instance request (one-time | persistent). valid-from - The start date of the request. valid-until - The end date of the request.'
Property Attributes- describe_spot_instance_requests_prop ⇒ 'filters'
- source ⇒ "describe_spot_instance_requests"
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 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 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/spot_instance.rb', line 39 property :filters, describe_spot_instance_requests_prop: 'filters', type: [MintPress::Aws::EC2::Filter], array: false, source: "describe_spot_instance_requests", description: 'One or more filters. availability-zone-group - The Availability Zone group. create-time - The time stamp when the Spot Instance request was created. fault-code - The fault code related to the request. fault-message - The fault message related to the request. instance-id - The ID of the instance that fulfilled the request. launch-group - The Spot Instance launch group. launch.block-device-mapping.delete-on-termination - Indicates whether the EBS volume is deleted on instance termination. launch.block-device-mapping.device-name - The device name for the volume in the block device mapping (for example, /dev/sdh or xvdh). launch.block-device-mapping.snapshot-id - The ID of the snapshot for the EBS volume. launch.block-device-mapping.volume-size - The size of the EBS volume, in GiB. launch.block-device-mapping.volume-type - The type of EBS volume: gp2 for General Purpose SSD, io1 or io2 for Provisioned IOPS SSD, st1 for Throughput Optimized HDD, sc1for Cold HDD, or standard for Magnetic. launch.group-id - The ID of the security group for the instance. launch.group-name - The name of the security group for the instance. launch.image-id - The ID of the AMI. launch.instance-type - The type of instance (for example, m3.medium). launch.kernel-id - The kernel ID. launch.key-name - The name of the key pair the instance launched with. launch.monitoring-enabled - Whether detailed monitoring is enabled for the Spot Instance. launch.ramdisk-id - The RAM disk ID. launched-availability-zone - The Availability Zone in which the request is launched. network-interface.addresses.primary - Indicates whether the IP address is the primary private IP address. network-interface.delete-on-termination - Indicates whether the network interface is deleted when the instance is terminated. network-interface.description - A description of the network interface. network-interface.device-index - The index of the device for the network interface attachment on the instance. network-interface.group-id - The ID of the security group associated with the network interface. network-interface.network-interface-id - The ID of the network interface. network-interface.private-ip-address - The primary private IP address of the network interface. network-interface.subnet-id - The ID of the subnet for the instance. product-description - The product description associated with the instance (Linux/UNIX | Windows). spot-instance-request-id - The Spot Instance request ID. spot-price - The maximum hourly price for any Spot Instance launched to fulfill the request. state - The state of the Spot Instance request (open | active | closed | cancelled | failed). Spot request status information can help you track your Amazon EC2 Spot Instance requests. For more information, see Spot request status in the Amazon EC2 User Guide for Linux Instances. status-code - The short code describing the most recent evaluation of your Spot Instance request. status-message - The message explaining the status of the Spot Instance request. tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. type - The type of Spot Instance request (one-time | persistent). valid-from - The start date of the request. valid-until - The end date of the request.', hash: true
-
#dry_run ⇒ [TrueClass,FalseClass]
'Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.'
Property Attributes- describe_spot_instance_requests_prop ⇒ 'dry_run'
- source ⇒ "describe_spot_instance_requests"
118 119 120 121
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/spot_instance.rb', line 118 property :dry_run, describe_spot_instance_requests_prop: 'dry_run', type: [TrueClass,FalseClass], source: "describe_spot_instance_requests", description: 'Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.'
-
#max_results ⇒ [Integer]
'The maximum number of results to return in a single call. Specify a value between 5 and 1000. To retrieve the remaining results, make another call with the returned NextToken value.'
Property Attributes- describe_spot_instance_requests_prop ⇒ 'max_results'
- source ⇒ "describe_spot_instance_requests"
122 123 124
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/spot_instance.rb', line 122 property :max_results, describe_spot_instance_requests_prop: 'max_results', type: [Integer], source: "describe_spot_instance_requests", description: 'The maximum number of results to return in a single call. Specify a value between 5 and 1000. To retrieve the remaining results, make another call with the returned NextToken value.'
-
#id ⇒ [String] (Default Value: Proc.new { self.name })
'The instance ID, if an instance has been launched to fulfill the Spot Instance request.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::SpotInstance"
- orig_name ⇒ 'instance_id'
- default ⇒ Proc.new { self.name }
125
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/spot_instance.rb', line 125 property :id, disposition: :attribute, description: 'The instance ID, if an instance has been launched to fulfill the Spot Instance request.', source: "MintPress::Aws::EC2::SpotInstance", orig_name: 'instance_id', type: [String], array: false, hash: false, default: Proc.new { self.name }
-
#spot_instance_request ⇒ [String]
'The ID of the Spot Instance request.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::SpotInstance"
- orig_name ⇒ 'spot_instance_request_id'
126
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/spot_instance.rb', line 126 property :spot_instance_request, disposition: :attribute, description: 'The ID of the Spot Instance request.', source: "MintPress::Aws::EC2::SpotInstance", orig_name: 'spot_instance_request_id', type: [String]
-
#spot_instance_requests ⇒ Array of ⇒ [String]
'One or more Spot Instance request IDs.'
Property Attributes- describe_spot_instance_requests_prop ⇒ 'spot_instance_request_ids'
- source ⇒ "describe_spot_instance_requests"
127
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/spot_instance.rb', line 127 property :spot_instance_requests, describe_spot_instance_requests_prop: 'spot_instance_request_ids', type: [String], array: true, source: "describe_spot_instance_requests", description: 'One or more Spot Instance request IDs.'
-
#name ⇒ String
Property Attributes128
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/spot_instance.rb', line 128 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 Attributes132
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/spot_instance.rb', line 132 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
135
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/spot_instance.rb', line 135 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
- #describe ⇒ Object
-
#initialize(opts = {}) ⇒ SpotInstance
constructor
A new instance of SpotInstance.
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