Class: OCI::DatabaseManagement::Models::ExternalExadataStorageServer

Inherits:
DbmResource
  • Object
show all
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

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

Instance Method Summary collapse

Methods inherited from DbmResource

get_subtype

Constructor Details

#initialize(attributes = {}) ⇒ ExternalExadataStorageServer

Initializes the object

Parameters:

  • attributes (Hash) (defaults to: {})

    Model attributes in the form of hash

Options Hash (attributes):



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
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 143

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']
end

Instance Attribute Details

#connectorOCI::DatabaseManagement::Models::ExternalExadataStorageConnectorSummary



54
55
56
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 54

def connector
  @connector
end

#cpu_countFloat

The CPU count of the Exadata storage server.

Returns:

  • (Float)


31
32
33
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 31

def cpu_count
  @cpu_count
end

#exadata_infrastructure_idString

The OCID of the Exadata infrastructure.

Returns:

  • (String)


15
16
17
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 15

def exadata_infrastructure_id
  @exadata_infrastructure_id
end

#ip_addressString

The IP address of the Exadata storage server.

Returns:

  • (String)


27
28
29
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 27

def ip_address
  @ip_address
end

#make_modelString

The make model of the Exadata storage server.

Returns:

  • (String)


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_iopsInteger

The maximum flash disk IO operations per second of the Exadata storage server.

Returns:

  • (Integer)


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_throughputInteger

The maximum flash disk IO throughput in MB/s of the Exadata storage server.

Returns:

  • (Integer)


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_iopsInteger

The maximum hard disk IO operations per second of the Exadata storage server.

Returns:

  • (Integer)


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_throughputInteger

The maximum hard disk IO throughput in MB/s of the Exadata storage server.

Returns:

  • (Integer)


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_gbFloat

The Exadata storage server memory size in GB.

Returns:

  • (Float)


35
36
37
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 35

def memory_gb
  @memory_gb
end

#storage_grid_idString

The OCID of the Exadata storage server grid.

Returns:

  • (String)


19
20
21
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 19

def storage_grid_id
  @storage_grid_id
end

Class Method Details

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



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
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 57

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'
    # rubocop:enable Style/SymbolLiteral
  }
end

.swagger_typesObject

Attribute type mapping.



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
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 87

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'
    # rubocop:enable Style/SymbolLiteral
  }
end

Instance Method Details

#==(other) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • other (Object)

    the other object to be compared



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
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 223

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
end

#build_from_hash(attributes) ⇒ Object

Builds the object from hash

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 274

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

Parameters:

  • other (Object)

    the other object to be compared

Returns:

  • (Boolean)

See Also:

  • `==` method


254
255
256
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 254

def eql?(other)
  self == other
end

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



263
264
265
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 263

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_hashHash

Returns the object in the form of hash

Returns:

  • (Hash)

    Returns the object in the form of hash



307
308
309
310
311
312
313
314
315
316
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 307

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_sString

Returns the string representation of the object

Returns:

  • (String)

    String presentation of the object



301
302
303
# File 'lib/oci/database_management/models/external_exadata_storage_server.rb', line 301

def to_s
  to_hash.to_s
end