Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.04 KB

File metadata and controls

26 lines (20 loc) · 1.04 KB

IntersightClient::KvmTunnel

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 'kvm.Tunnel']
object_type String The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. [default to 'kvm.Tunnel']
device AssetDeviceRegistrationRelationship [optional]
kvm_session KvmSessionRelationship [optional]
server ComputePhysicalRelationship [optional]

Example

require 'intersight_client'

instance = IntersightClient::KvmTunnel.new(
  class_id: null,
  object_type: null,
  device: null,
  kvm_session: null,
  server: null
)