Class: OCI::DatabaseManagement::Models::ExternalExadataStorageServer
- Inherits:
-
DbmResource
- Object
- DbmResource
- OCI::DatabaseManagement::Models::ExternalExadataStorageServer
- Defined in:
- lib/oci/database_management/models/external_exadata_storage_server.rb
Overview
The details of the Exadata storage server.
Constant Summary
Constants inherited from DbmResource
DbmResource::LIFECYCLE_STATE_ENUM, DbmResource::RESOURCE_TYPE_ENUM
Instance Attribute Summary collapse
- #connector ⇒ OCI::DatabaseManagement::Models::ExternalExadataStorageConnectorSummary
-
#cpu_count ⇒ Float
The CPU count of the Exadata storage server.
-
#defined_tags ⇒ Hash<String, Hash<String, Object>>
Defined tags for this resource.
-
#exadata_infrastructure_id ⇒ String
The OCID of the Exadata infrastructure.
-
#freeform_tags ⇒ Hash<String, String>
Free-form tags for this resource.
-
#ip_address ⇒ String
The IP address of the Exadata storage server.
-
#make_model ⇒ String
The make model of the Exadata storage server.
-
#max_flash_disk_iops ⇒ Integer
The maximum flash disk IO operations per second of the Exadata storage server.
-
#max_flash_disk_throughput ⇒ Integer
The maximum flash disk IO throughput in MB/s of the Exadata storage server.
-
#max_hard_disk_iops ⇒ Integer
The maximum hard disk IO operations per second of the Exadata storage server.
-
#max_hard_disk_throughput ⇒ Integer
The maximum hard disk IO throughput in MB/s of the Exadata storage server.
-
#memory_gb ⇒ Float
The Exadata storage server memory size in GB.
-
#storage_grid_id ⇒ String
The OCID of the Exadata storage server grid.
-
#system_tags ⇒ Hash<String, Hash<String, Object>>
System tags for this resource.
Attributes inherited from DbmResource
#additional_details, #display_name, #id, #internal_id, #lifecycle_details, #lifecycle_state, #resource_type, #status, #time_created, #time_updated, #version
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 = {}) ⇒ ExternalExadataStorageServer
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.
Methods inherited from DbmResource
Constructor Details
#initialize(attributes = {}) ⇒ ExternalExadataStorageServer
Initializes the object
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 261 262 263 264 |
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 175 def initialize(attributes = {}) return unless attributes.is_a?(Hash) attributes['resourceType'] = 'STORAGE_SERVER' super(attributes) # convert string to symbol for hash key attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v } self.exadata_infrastructure_id = attributes[:'exadataInfrastructureId'] if attributes[:'exadataInfrastructureId'] raise 'You cannot provide both :exadataInfrastructureId and :exadata_infrastructure_id' if attributes.key?(:'exadataInfrastructureId') && attributes.key?(:'exadata_infrastructure_id') self.exadata_infrastructure_id = attributes[:'exadata_infrastructure_id'] if attributes[:'exadata_infrastructure_id'] self.storage_grid_id = attributes[:'storageGridId'] if attributes[:'storageGridId'] raise 'You cannot provide both :storageGridId and :storage_grid_id' if attributes.key?(:'storageGridId') && attributes.key?(:'storage_grid_id') self.storage_grid_id = attributes[:'storage_grid_id'] if attributes[:'storage_grid_id'] self.make_model = attributes[:'makeModel'] if attributes[:'makeModel'] raise 'You cannot provide both :makeModel and :make_model' if attributes.key?(:'makeModel') && attributes.key?(:'make_model') self.make_model = attributes[:'make_model'] if attributes[:'make_model'] self.ip_address = attributes[:'ipAddress'] if attributes[:'ipAddress'] raise 'You cannot provide both :ipAddress and :ip_address' if attributes.key?(:'ipAddress') && attributes.key?(:'ip_address') self.ip_address = attributes[:'ip_address'] if attributes[:'ip_address'] self.cpu_count = attributes[:'cpuCount'] if attributes[:'cpuCount'] raise 'You cannot provide both :cpuCount and :cpu_count' if attributes.key?(:'cpuCount') && attributes.key?(:'cpu_count') self.cpu_count = attributes[:'cpu_count'] if attributes[:'cpu_count'] self.memory_gb = attributes[:'memoryGB'] if attributes[:'memoryGB'] raise 'You cannot provide both :memoryGB and :memory_gb' if attributes.key?(:'memoryGB') && attributes.key?(:'memory_gb') self.memory_gb = attributes[:'memory_gb'] if attributes[:'memory_gb'] self.max_hard_disk_iops = attributes[:'maxHardDiskIOPS'] if attributes[:'maxHardDiskIOPS'] raise 'You cannot provide both :maxHardDiskIOPS and :max_hard_disk_iops' if attributes.key?(:'maxHardDiskIOPS') && attributes.key?(:'max_hard_disk_iops') self.max_hard_disk_iops = attributes[:'max_hard_disk_iops'] if attributes[:'max_hard_disk_iops'] self.max_hard_disk_throughput = attributes[:'maxHardDiskThroughput'] if attributes[:'maxHardDiskThroughput'] raise 'You cannot provide both :maxHardDiskThroughput and :max_hard_disk_throughput' if attributes.key?(:'maxHardDiskThroughput') && attributes.key?(:'max_hard_disk_throughput') self.max_hard_disk_throughput = attributes[:'max_hard_disk_throughput'] if attributes[:'max_hard_disk_throughput'] self.max_flash_disk_iops = attributes[:'maxFlashDiskIOPS'] if attributes[:'maxFlashDiskIOPS'] raise 'You cannot provide both :maxFlashDiskIOPS and :max_flash_disk_iops' if attributes.key?(:'maxFlashDiskIOPS') && attributes.key?(:'max_flash_disk_iops') self.max_flash_disk_iops = attributes[:'max_flash_disk_iops'] if attributes[:'max_flash_disk_iops'] self.max_flash_disk_throughput = attributes[:'maxFlashDiskThroughput'] if attributes[:'maxFlashDiskThroughput'] raise 'You cannot provide both :maxFlashDiskThroughput and :max_flash_disk_throughput' if attributes.key?(:'maxFlashDiskThroughput') && attributes.key?(:'max_flash_disk_throughput') self.max_flash_disk_throughput = attributes[:'max_flash_disk_throughput'] if attributes[:'max_flash_disk_throughput'] self.connector = attributes[:'connector'] if attributes[:'connector'] 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. = 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. = attributes[:'systemTags'] if attributes[:'systemTags'] raise 'You cannot provide both :systemTags and :system_tags' if attributes.key?(:'systemTags') && attributes.key?(:'system_tags') self. = attributes[:'system_tags'] if attributes[:'system_tags'] end |
Instance Attribute Details
#connector ⇒ OCI::DatabaseManagement::Models::ExternalExadataStorageConnectorSummary
54 55 56 |
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 54 def connector @connector end |
#cpu_count ⇒ Float
The CPU count of the Exadata storage server.
31 32 33 |
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 31 def cpu_count @cpu_count 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. Example: {\"Operations\": {\"CostCenter\": \"42\"}}
68 69 70 |
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 68 def @defined_tags end |
#exadata_infrastructure_id ⇒ String
The OCID of the Exadata infrastructure.
15 16 17 |
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 15 def exadata_infrastructure_id @exadata_infrastructure_id 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. Example: {\"Department\": \"Finance\"}
61 62 63 |
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 61 def @freeform_tags end |
#ip_address ⇒ String
The IP address of the Exadata storage server.
27 28 29 |
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 27 def ip_address @ip_address end |
#make_model ⇒ String
The make model of the Exadata storage server.
23 24 25 |
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 23 def make_model @make_model end |
#max_flash_disk_iops ⇒ Integer
The maximum flash disk IO operations per second of the Exadata storage server.
47 48 49 |
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 47 def max_flash_disk_iops @max_flash_disk_iops end |
#max_flash_disk_throughput ⇒ Integer
The maximum flash disk IO throughput in MB/s of the Exadata storage server.
51 52 53 |
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 51 def max_flash_disk_throughput @max_flash_disk_throughput end |
#max_hard_disk_iops ⇒ Integer
The maximum hard disk IO operations per second of the Exadata storage server.
39 40 41 |
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 39 def max_hard_disk_iops @max_hard_disk_iops end |
#max_hard_disk_throughput ⇒ Integer
The maximum hard disk IO throughput in MB/s of the Exadata storage server.
43 44 45 |
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 43 def max_hard_disk_throughput @max_hard_disk_throughput end |
#memory_gb ⇒ Float
The Exadata storage server memory size in GB.
35 36 37 |
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 35 def memory_gb @memory_gb end |
#storage_grid_id ⇒ String
The OCID of the Exadata storage server grid.
19 20 21 |
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 19 def storage_grid_id @storage_grid_id end |
#system_tags ⇒ Hash<String, Hash<String, Object>>
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system.
Example: {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}
77 78 79 |
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 77 def @system_tags end |
Class Method Details
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
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 |
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 80 def self.attribute_map { # rubocop:disable Style/SymbolLiteral 'id': :'id', 'display_name': :'displayName', 'version': :'version', 'internal_id': :'internalId', 'status': :'status', 'lifecycle_state': :'lifecycleState', 'time_created': :'timeCreated', 'time_updated': :'timeUpdated', 'lifecycle_details': :'lifecycleDetails', 'additional_details': :'additionalDetails', 'resource_type': :'resourceType', 'exadata_infrastructure_id': :'exadataInfrastructureId', 'storage_grid_id': :'storageGridId', 'make_model': :'makeModel', 'ip_address': :'ipAddress', 'cpu_count': :'cpuCount', 'memory_gb': :'memoryGB', 'max_hard_disk_iops': :'maxHardDiskIOPS', 'max_hard_disk_throughput': :'maxHardDiskThroughput', 'max_flash_disk_iops': :'maxFlashDiskIOPS', 'max_flash_disk_throughput': :'maxFlashDiskThroughput', 'connector': :'connector', 'freeform_tags': :'freeformTags', 'defined_tags': :'definedTags', 'system_tags': :'systemTags' # rubocop:enable Style/SymbolLiteral } end |
.swagger_types ⇒ Object
Attribute type mapping.
113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 |
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 113 def self.swagger_types { # rubocop:disable Style/SymbolLiteral 'id': :'String', 'display_name': :'String', 'version': :'String', 'internal_id': :'String', 'status': :'String', 'lifecycle_state': :'String', 'time_created': :'DateTime', 'time_updated': :'DateTime', 'lifecycle_details': :'String', 'additional_details': :'Hash<String, String>', 'resource_type': :'String', 'exadata_infrastructure_id': :'String', 'storage_grid_id': :'String', 'make_model': :'String', 'ip_address': :'String', 'cpu_count': :'Float', 'memory_gb': :'Float', 'max_hard_disk_iops': :'Integer', 'max_hard_disk_throughput': :'Integer', 'max_flash_disk_iops': :'Integer', 'max_flash_disk_throughput': :'Integer', 'connector': :'OCI::DatabaseManagement::Models::ExternalExadataStorageConnectorSummary', 'freeform_tags': :'Hash<String, String>', 'defined_tags': :'Hash<String, Hash<String, Object>>', 'system_tags': :'Hash<String, Hash<String, Object>>' # rubocop:enable Style/SymbolLiteral } end |
Instance Method Details
#==(other) ⇒ Object
Checks equality by comparing each attribute.
273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 |
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 273 def ==(other) return true if equal?(other) self.class == other.class && id == other.id && display_name == other.display_name && version == other.version && internal_id == other.internal_id && status == other.status && lifecycle_state == other.lifecycle_state && time_created == other.time_created && time_updated == other.time_updated && lifecycle_details == other.lifecycle_details && additional_details == other.additional_details && resource_type == other.resource_type && exadata_infrastructure_id == other.exadata_infrastructure_id && storage_grid_id == other.storage_grid_id && make_model == other.make_model && ip_address == other.ip_address && cpu_count == other.cpu_count && memory_gb == other.memory_gb && max_hard_disk_iops == other.max_hard_disk_iops && max_hard_disk_throughput == other.max_hard_disk_throughput && max_flash_disk_iops == other.max_flash_disk_iops && max_flash_disk_throughput == other.max_flash_disk_throughput && connector == other.connector && == other. && == other. && == other. end |
#build_from_hash(attributes) ⇒ Object
Builds the object from hash
327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 |
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 327 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
307 308 309 |
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 307 def eql?(other) self == other end |
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
316 317 318 |
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 316 def hash [id, display_name, version, internal_id, status, lifecycle_state, time_created, time_updated, lifecycle_details, additional_details, resource_type, exadata_infrastructure_id, storage_grid_id, make_model, ip_address, cpu_count, memory_gb, max_hard_disk_iops, max_hard_disk_throughput, max_flash_disk_iops, max_flash_disk_throughput, connector, , , ].hash end |
#to_hash ⇒ Hash
Returns the object in the form of hash
360 361 362 363 364 365 366 367 368 369 |
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 360 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
354 355 356 |
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 354 def to_s to_hash.to_s end |