| 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.Profile'] |
| 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.Profile'] |
| organization | OrganizationOrganizationRelationship | [optional] | |
| router_nodes | Array<SdwanRouterNodeRelationship> | An array of relationships to sdwanRouterNode resources. | [optional] |
| router_policy | SdwanRouterPolicyRelationship | [optional] | |
| vmanage_account | SdwanVmanageAccountPolicyRelationship | [optional] |
require 'intersight_client'
instance = IntersightClient::SdwanProfile.new(
class_id: null,
object_type: null,
organization: null,
router_nodes: null,
router_policy: null,
vmanage_account: null
)