Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.84 KB

File metadata and controls

36 lines (30 loc) · 1.84 KB

IntersightClient::SdwanRouterNode

Properties

Name Type Description Notes
class_id String The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. [default to 'sdwan.RouterNode']
object_type String The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. [default to 'sdwan.RouterNode']
device_template String Name of the Cisco vManage device template that the current device should be attached to. A device template consists of many feature templates that contain SD-WAN vEdge router configuration. [optional]
name String Name of the router node object. [optional]
network_configuration Array<SdwanNetworkConfigurationType> [optional]
template_inputs Array<SdwanTemplateInputsType> [optional]
uuid String Uniquely identifies the router by its chassis number. [optional]
organization OrganizationOrganizationRelationship [optional]
profile SdwanProfileRelationship [optional]
server_node AssetDeviceRegistrationRelationship [optional]

Example

require 'intersight_client'

instance = IntersightClient::SdwanRouterNode.new(
  class_id: null,
  object_type: null,
  device_template: null,
  name: null,
  network_configuration: null,
  template_inputs: null,
  uuid: null,
  organization: null,
  profile: null,
  server_node: null
)