| 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 'access.Policy'] |
| object_type | String | The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. | [default to 'access.Policy'] |
| address_type | AccessAddressType | [optional] | |
| inband_vlan | Integer | VLAN to be used for server access over Inband network. | [optional] |
| inband_ip_pool | IppoolPoolRelationship | [optional] | |
| inband_vrf | VrfVrfRelationship | [optional] | |
| organization | OrganizationOrganizationRelationship | [optional] | |
| profiles | Array<PolicyAbstractConfigProfileRelationship> | An array of relationships to policyAbstractConfigProfile resources. | [optional] |
require 'intersight_client'
instance = IntersightClient::AccessPolicy.new(
class_id: null,
object_type: null,
address_type: null,
inband_vlan: null,
inband_ip_pool: null,
inband_vrf: null,
organization: null,
profiles: null
)