| 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] |
require 'intersight_client'
instance = IntersightClient::KvmTunnel.new(
class_id: null,
object_type: null,
device: null,
kvm_session: null,
server: null
)