| 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 'chassis.IomProfile'] |
| object_type | String | The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. | [default to 'chassis.IomProfile'] |
| config_changes | PolicyConfigChange | [optional] | |
| iom_entity | String | IOM in chassis for which IOM profile is applicable. or which is attached to a Fabric Interconnect managed by Intersight. * `IOMA` - IOM on left side of chassis. * `IOMB` - IOM on right side of chassis. | [optional][default to 'IOMA'] |
| organization | OrganizationOrganizationRelationship | [optional] | |
| profile | ChassisProfileRelationship | [optional] |
require 'intersight_client'
instance = IntersightClient::ChassisIomProfile.new(
class_id: null,
object_type: null,
config_changes: null,
iom_entity: null,
organization: null,
profile: null
)