class OneviewSDK::API600::C7000::LogicalSwitchGroup
Logical switch group resource implementation for API600
C7000
Public Class Methods
new(client, params = {}, api_ver = nil)
click to toggle source
Create a resource object, associate it with a client, and set its properties. @param [OneviewSDK::Client] client The client object for the OneView appliance @param [Hash] params The options for this resource (key-value pairs) @param [Integer] api_ver The api version to use when interracting with this resource.
Calls superclass method
OneviewSDK::API300::C7000::LogicalSwitchGroup::new
# File lib/oneview-sdk/resource/api600/c7000/logical_switch_group.rb, line 23 def initialize(client, params = {}, api_ver = nil) @data ||= {} # Default values: @data['type'] ||= 'logical-switch-groupV4' super end