Class: OneviewSDK::API600::Synergy::SASLogicalInterconnectGroup

Inherits:
OneviewSDK::API500::Synergy::SASLogicalInterconnectGroup show all
Defined in:
lib/oneview-sdk/resource/api600/synergy/sas_logical_interconnect_group.rb

Overview

SAS Logical interconnect group resource implementation for API600 Synergy

Constant Summary

Constants inherited from OneviewSDK::API300::Synergy::SASLogicalInterconnectGroup

OneviewSDK::API300::Synergy::SASLogicalInterconnectGroup::BASE_URI

Constants inherited from Resource

Resource::BASE_URI, Resource::DEFAULT_REQUEST_HEADER, Resource::UNIQUE_IDENTIFIERS

Instance Attribute Summary

Attributes inherited from OneviewSDK::API300::Synergy::SASLogicalInterconnectGroup

#bay_count

Attributes inherited from Resource

#api_version, #client, #data, #logger

Instance Method Summary collapse

Methods inherited from OneviewSDK::API300::Synergy::SASLogicalInterconnectGroup

#add_interconnect

Methods inherited from Resource

#==, #[], #[]=, build_query, #create, #create!, #deep_merge!, #delete, #each, #eql?, #exists?, find_by, find_with_pagination, from_file, get_all, get_all_with_query, #like?, #refresh, #retrieve!, #schema, schema, #set, #set_all, #to_file, #update

Constructor Details

#initialize(client, params = {}, api_ver = nil) ⇒ SASLogicalInterconnectGroup

Create a resource object, associate it with a client, and set its properties.

Parameters:

  • client (OneviewSDK::Client)

    The client object for the OneView appliance

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

    The options for this resource (key-value pairs)

  • api_ver (Integer) (defaults to: nil)

    The api version to use when interracting with this resource.



23
24
25
26
27
28
29
# File 'lib/oneview-sdk/resource/api600/synergy/sas_logical_interconnect_group.rb', line 23

def initialize(client, params = {}, api_ver = nil)
  @data ||= {}
  # Default values:

  @data['type'] ||= 'sas-logical-interconnect-groupV2'
  super
end