Abstract base type for all profiles.
Name | Type | Description | Notes |
---|---|---|---|
description | str | Description of the profile. | [optional] |
name | str | Name of the concrete profile. | [optional] |
type | str | Defines the type of the profile. Accepted value is instance. | [optional] [default to 'instance'] |
src_template | PolicyAbstractProfile | [optional] |