Class: OneviewSDK::API800::Synergy::LogicalInterconnect
- Inherits:
-
OneviewSDK::API600::Synergy::LogicalInterconnect
- Object
- Resource
- OneviewSDK::API200::Resource
- OneviewSDK::API200::LogicalInterconnect
- OneviewSDK::API300::C7000::LogicalInterconnect
- OneviewSDK::API300::Synergy::LogicalInterconnect
- OneviewSDK::API500::Synergy::LogicalInterconnect
- OneviewSDK::API600::Synergy::LogicalInterconnect
- OneviewSDK::API800::Synergy::LogicalInterconnect
- Defined in:
- lib/oneview-sdk/resource/api800/synergy/logical_interconnect.rb
Overview
Logical interconnect resource implementation for API800 Synergy
Direct Known Subclasses
Constant Summary
Constants inherited from OneviewSDK::API200::LogicalInterconnect
OneviewSDK::API200::LogicalInterconnect::BASE_URI, OneviewSDK::API200::LogicalInterconnect::LOCATION_URI
Constants inherited from Resource
Resource::BASE_URI, Resource::DEFAULT_REQUEST_HEADER, Resource::UNIQUE_IDENTIFIERS
Instance Attribute Summary
Attributes inherited from Resource
#api_version, #client, #data, #logger
Instance Method Summary collapse
-
#initialize(client, params = {}, api_ver = nil) ⇒ LogicalInterconnect
constructor
Create a resource object, associate it with a client, and set its properties.
Methods inherited from OneviewSDK::API600::Synergy::LogicalInterconnect
Methods inherited from OneviewSDK::API300::C7000::LogicalInterconnect
Methods included from OneviewSDK::API300::C7000::Scope::ScopeHelperMethods
#add_scope, #patch, #remove_scope, #replace_scopes
Methods inherited from OneviewSDK::API200::LogicalInterconnect
#add_snmp_trap_destination, #compliance, #create, #delete, #firmware_update, #generate_trap_options, #get_firmware, #get_unassigned_uplink_ports_for_port_monitor, #list_vlan_networks, #update_ethernet_settings, #update_internal_networks, #update_port_monitor, #update_qos_configuration, #update_settings, #update_snmp_configuration, #update_telemetry_configuration
Methods included from ResourceHelper::ConfigurationOperation
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) ⇒ LogicalInterconnect
Create a resource object, associate it with a client, and set its properties.
23 24 25 26 27 28 |
# File 'lib/oneview-sdk/resource/api800/synergy/logical_interconnect.rb', line 23 def initialize(client, params = {}, api_ver = nil) @data ||= {} # Default values: @data['type'] ||= 'logical-interconnectV5' super end |