Class: OneviewSDK::API300::C7000::UplinkSet

Inherits:
OneviewSDK::API200::UplinkSet show all
Defined in:
lib/oneview-sdk/resource/api300/c7000/uplink_set.rb

Overview

Uplink set resource implementation for API300 C7000

Constant Summary

Constants inherited from OneviewSDK::API200::UplinkSet

OneviewSDK::API200::UplinkSet::BASE_URI

Constants inherited from Resource

Resource::BASE_URI, Resource::UNIQUE_IDENTIFIERS

Instance Attribute Summary

Attributes inherited from Resource

#api_version, #client, #data, #logger

Instance Method Summary collapse

Methods inherited from OneviewSDK::API200::UplinkSet

#add_fcnetwork, #add_fcoenetwork, #add_network, #add_port_config, #get_unassigned_ports, #set_logical_interconnect

Methods inherited from Resource

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

Constructor Details

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

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.



24
25
26
27
28
29
# File 'lib/oneview-sdk/resource/api300/c7000/uplink_set.rb', line 24

def initialize(client, params = {}, api_ver = nil)
  # Default values for api300
  @data ||= {}
  @data['type'] ||= 'uplink-setV300'
  super
end