Class: OCI::Core::Models::UpdateInstanceDetails
- Inherits:
-
Object
- Object
- OCI::Core::Models::UpdateInstanceDetails
- Defined in:
- lib/oci/core/models/update_instance_details.rb
Overview
UpdateInstanceDetails model.
Instance Attribute Summary collapse
-
#agent_config ⇒ OCI::Core::Models::UpdateInstanceAgentConfigDetails
Instance agent configuration options to choose for updating the instance.
-
#availability_config ⇒ OCI::Core::Models::UpdateInstanceAvailabilityConfigDetails
Options for defining the availability of a VM instance after a maintenance event that impacts the underlying hardware.
-
#defined_tags ⇒ Hash<String, Hash<String, Object>>
Defined tags for this resource.
-
#display_name ⇒ String
A user-friendly name.
-
#fault_domain ⇒ String
A fault domain is a grouping of hardware and infrastructure within an availability domain.
-
#freeform_tags ⇒ Hash<String, String>
Free-form tags for this resource.
- #instance_options ⇒ OCI::Core::Models::InstanceOptions
-
#launch_options ⇒ OCI::Core::Models::UpdateLaunchOptions
Options for tuning the compatibility and performance of VM shapes.
-
#shape ⇒ String
The shape of the instance.
- #shape_config ⇒ OCI::Core::Models::UpdateInstanceShapeConfigDetails
Class Method Summary collapse
-
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
-
.swagger_types ⇒ Object
Attribute type mapping.
Instance Method Summary collapse
-
#==(other) ⇒ Object
Checks equality by comparing each attribute.
-
#build_from_hash(attributes) ⇒ Object
Builds the object from hash.
- #eql?(other) ⇒ Boolean
-
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
-
#initialize(attributes = {}) ⇒ UpdateInstanceDetails
constructor
Initializes the object.
-
#to_hash ⇒ Hash
Returns the object in the form of hash.
-
#to_s ⇒ String
Returns the string representation of the object.
Constructor Details
#initialize(attributes = {}) ⇒ UpdateInstanceDetails
Initializes the object
141 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 |
# File 'lib/oci/core/models/update_instance_details.rb', line 141 def initialize(attributes = {}) return unless attributes.is_a?(Hash) # convert string to symbol for hash key attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v } self. = attributes[:'definedTags'] if attributes[:'definedTags'] raise 'You cannot provide both :definedTags and :defined_tags' if attributes.key?(:'definedTags') && attributes.key?(:'defined_tags') self. = attributes[:'defined_tags'] if attributes[:'defined_tags'] self.display_name = attributes[:'displayName'] if attributes[:'displayName'] raise 'You cannot provide both :displayName and :display_name' if attributes.key?(:'displayName') && attributes.key?(:'display_name') self.display_name = attributes[:'display_name'] if attributes[:'display_name'] self. = attributes[:'freeformTags'] if attributes[:'freeformTags'] raise 'You cannot provide both :freeformTags and :freeform_tags' if attributes.key?(:'freeformTags') && attributes.key?(:'freeform_tags') self. = attributes[:'freeform_tags'] if attributes[:'freeform_tags'] self.agent_config = attributes[:'agentConfig'] if attributes[:'agentConfig'] raise 'You cannot provide both :agentConfig and :agent_config' if attributes.key?(:'agentConfig') && attributes.key?(:'agent_config') self.agent_config = attributes[:'agent_config'] if attributes[:'agent_config'] self.shape = attributes[:'shape'] if attributes[:'shape'] self.shape_config = attributes[:'shapeConfig'] if attributes[:'shapeConfig'] raise 'You cannot provide both :shapeConfig and :shape_config' if attributes.key?(:'shapeConfig') && attributes.key?(:'shape_config') self.shape_config = attributes[:'shape_config'] if attributes[:'shape_config'] self. = attributes[:'instanceOptions'] if attributes[:'instanceOptions'] raise 'You cannot provide both :instanceOptions and :instance_options' if attributes.key?(:'instanceOptions') && attributes.key?(:'instance_options') self. = attributes[:'instance_options'] if attributes[:'instance_options'] self.fault_domain = attributes[:'faultDomain'] if attributes[:'faultDomain'] raise 'You cannot provide both :faultDomain and :fault_domain' if attributes.key?(:'faultDomain') && attributes.key?(:'fault_domain') self.fault_domain = attributes[:'fault_domain'] if attributes[:'fault_domain'] self. = attributes[:'launchOptions'] if attributes[:'launchOptions'] raise 'You cannot provide both :launchOptions and :launch_options' if attributes.key?(:'launchOptions') && attributes.key?(:'launch_options') self. = attributes[:'launch_options'] if attributes[:'launch_options'] self.availability_config = attributes[:'availabilityConfig'] if attributes[:'availabilityConfig'] raise 'You cannot provide both :availabilityConfig and :availability_config' if attributes.key?(:'availabilityConfig') && attributes.key?(:'availability_config') self.availability_config = attributes[:'availability_config'] if attributes[:'availability_config'] end |
Instance Attribute Details
#agent_config ⇒ OCI::Core::Models::UpdateInstanceAgentConfigDetails
Instance agent configuration options to choose for updating the instance
37 38 39 |
# File 'lib/oci/core/models/update_instance_details.rb', line 37 def agent_config @agent_config end |
#availability_config ⇒ OCI::Core::Models::UpdateInstanceAvailabilityConfigDetails
Options for defining the availability of a VM instance after a maintenance event that impacts the underlying hardware.
87 88 89 |
# File 'lib/oci/core/models/update_instance_details.rb', line 87 def availability_config @availability_config end |
#defined_tags ⇒ Hash<String, Hash<String, Object>>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
Example: ‘{"CostCenter": "42"}`
16 17 18 |
# File 'lib/oci/core/models/update_instance_details.rb', line 16 def end |
#display_name ⇒ String
A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Example: ‘My bare metal instance`
24 25 26 |
# File 'lib/oci/core/models/update_instance_details.rb', line 24 def display_name @display_name end |
#fault_domain ⇒ String
A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
To get a list of fault domains, use the list_fault_domains operation in the Identity and Access Management Service API.
Example: FAULT-DOMAIN-1
77 78 79 |
# File 'lib/oci/core/models/update_instance_details.rb', line 77 def fault_domain @fault_domain end |
#freeform_tags ⇒ Hash<String, String>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
Example: ‘"Finance"`
32 33 34 |
# File 'lib/oci/core/models/update_instance_details.rb', line 32 def end |
#instance_options ⇒ OCI::Core::Models::InstanceOptions
62 63 64 |
# File 'lib/oci/core/models/update_instance_details.rb', line 62 def end |
#launch_options ⇒ OCI::Core::Models::UpdateLaunchOptions
Options for tuning the compatibility and performance of VM shapes.
82 83 84 |
# File 'lib/oci/core/models/update_instance_details.rb', line 82 def end |
#shape ⇒ String
The shape of the instance. The shape determines the number of CPUs and the amount of memory allocated to the instance. For more information about how to change shapes, and a list of shapes that are supported, see [Editing an Instance](docs.cloud.oracle.com/iaas/Content/Compute/Tasks/resizinginstances.htm).
For details about the CPUs, memory, and other properties of each shape, see [Compute Shapes](docs.cloud.oracle.com/iaas/Content/Compute/References/computeshapes.htm).
The new shape must be compatible with the image that was used to launch the instance. You can enumerate all available shapes and determine image compatibility by calling list_shapes.
If the instance is running when you change the shape, the instance is rebooted.
Example: VM.Standard2.1
56 57 58 |
# File 'lib/oci/core/models/update_instance_details.rb', line 56 def shape @shape end |
#shape_config ⇒ OCI::Core::Models::UpdateInstanceShapeConfigDetails
59 60 61 |
# File 'lib/oci/core/models/update_instance_details.rb', line 59 def shape_config @shape_config end |
Class Method Details
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 |
# File 'lib/oci/core/models/update_instance_details.rb', line 90 def self.attribute_map { # rubocop:disable Style/SymbolLiteral 'defined_tags': :'definedTags', 'display_name': :'displayName', 'freeform_tags': :'freeformTags', 'agent_config': :'agentConfig', 'shape': :'shape', 'shape_config': :'shapeConfig', 'instance_options': :'instanceOptions', 'fault_domain': :'faultDomain', 'launch_options': :'launchOptions', 'availability_config': :'availabilityConfig' # rubocop:enable Style/SymbolLiteral } end |
.swagger_types ⇒ Object
Attribute type mapping.
108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 |
# File 'lib/oci/core/models/update_instance_details.rb', line 108 def self.swagger_types { # rubocop:disable Style/SymbolLiteral 'defined_tags': :'Hash<String, Hash<String, Object>>', 'display_name': :'String', 'freeform_tags': :'Hash<String, String>', 'agent_config': :'OCI::Core::Models::UpdateInstanceAgentConfigDetails', 'shape': :'String', 'shape_config': :'OCI::Core::Models::UpdateInstanceShapeConfigDetails', 'instance_options': :'OCI::Core::Models::InstanceOptions', 'fault_domain': :'String', 'launch_options': :'OCI::Core::Models::UpdateLaunchOptions', 'availability_config': :'OCI::Core::Models::UpdateInstanceAvailabilityConfigDetails' # rubocop:enable Style/SymbolLiteral } end |
Instance Method Details
#==(other) ⇒ Object
Checks equality by comparing each attribute.
211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 |
# File 'lib/oci/core/models/update_instance_details.rb', line 211 def ==(other) return true if equal?(other) self.class == other.class && == other. && display_name == other.display_name && == other. && agent_config == other.agent_config && shape == other.shape && shape_config == other.shape_config && == other. && fault_domain == other.fault_domain && == other. && availability_config == other.availability_config end |
#build_from_hash(attributes) ⇒ Object
Builds the object from hash
250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 |
# File 'lib/oci/core/models/update_instance_details.rb', line 250 def build_from_hash(attributes) return nil unless attributes.is_a?(Hash) self.class.swagger_types.each_pair do |key, type| if type =~ /^Array<(.*)>/i # check to ensure the input is an array given that the the attribute # is documented as an array but the input is not if attributes[self.class.attribute_map[key]].is_a?(Array) public_method("#{key}=").call( attributes[self.class.attribute_map[key]] .map { |v| OCI::Internal::Util.convert_to_type(Regexp.last_match(1), v) } ) end elsif !attributes[self.class.attribute_map[key]].nil? public_method("#{key}=").call( OCI::Internal::Util.convert_to_type(type, attributes[self.class.attribute_map[key]]) ) end # or else data not found in attributes(hash), not an issue as the data can be optional end self end |
#eql?(other) ⇒ Boolean
230 231 232 |
# File 'lib/oci/core/models/update_instance_details.rb', line 230 def eql?(other) self == other end |
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
239 240 241 |
# File 'lib/oci/core/models/update_instance_details.rb', line 239 def hash [, display_name, , agent_config, shape, shape_config, , fault_domain, , availability_config].hash end |
#to_hash ⇒ Hash
Returns the object in the form of hash
283 284 285 286 287 288 289 290 291 292 |
# File 'lib/oci/core/models/update_instance_details.rb', line 283 def to_hash hash = {} self.class.attribute_map.each_pair do |attr, param| value = public_method(attr).call next if value.nil? && !instance_variable_defined?("@#{attr}") hash[param] = _to_hash(value) end hash end |
#to_s ⇒ String
Returns the string representation of the object
277 278 279 |
# File 'lib/oci/core/models/update_instance_details.rb', line 277 def to_s to_hash.to_s end |