Create Nimble access-control record input.
| Name | Type | Description | Notes |
|---|---|---|---|
| apply_to | str, none_type | External management agent type. Possible values:'volume', 'pe', 'vvol_volume', 'vvol_snapshot', 'snapshot', 'both'. | [optional] |
| chap_user_id | str, none_type | Identifier for the CHAP user. | [optional] |
| initiator_group_id | str, none_type | Identifier for the initiator group. | [optional] |
| lun | int, none_type | If this access control record applies to a regular volume, this attribute is the volume's LUN (Logical Unit Number). If the access protocol is iSCSI, the LUN will be 0. However, if the access protocol is Fibre Channel, the LUN will be in the range from 0 to 2047. If this record applies to a Virtual Volume, this attribute is the volume's secondary LUN in the range from 0 to 399999, for both iSCSI and Fibre Channel. If the record applies to a OpenstackV2 volume, the LUN will be in the range from 0 to 2047, for both iSCSI and Fibre Channel. If this record applies to a protocol endpoint or only a snapshot, this attribute is not meaningful and is set to null. | [optional] |
| pe_id | str, none_type | Identifier for the protocol endpoint this access control record applies to. | [optional] |
| pe_ids | [str, none_type], none_type | List of candidate protocol endpoints that may be used to access the Virtual Volume. One of them will be selected for the access control record. This field is required only when creating an access control record for a Virtual Volume. | [optional] |
| snap_id | str, none_type | Identifier for the snapshot this access control record applies to. | [optional] |
| vol_id | str, none_type | Identifier for the volume this access control record applies to. | [optional] |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |