|
| 1 | +--- |
| 2 | +# generated by https://github.com/hashicorp/terraform-plugin-docs |
| 3 | +page_title: "netapp-ontap_iscsi_services Data Source - netapp-ontap" |
| 4 | +subcategory: "SAN" |
| 5 | +description: |- |
| 6 | + Protocols iSCSI Services data source |
| 7 | +--- |
| 8 | + |
| 9 | +# netapp-ontap_iscsi_services (Data Source) |
| 10 | + |
| 11 | +Protocols iSCSI Services data source |
| 12 | + |
| 13 | +## Example Usage |
| 14 | + |
| 15 | +```terraform |
| 16 | +data "netapp-ontap_iscsi_services" "protcols_iscsi_services" { |
| 17 | + # required to know which system to interface with |
| 18 | + cx_profile_name = "cluster2" |
| 19 | + filter = { |
| 20 | + svm_name = "svm*" |
| 21 | + } |
| 22 | +} |
| 23 | +``` |
| 24 | + |
| 25 | +<!-- schema generated by tfplugindocs --> |
| 26 | + |
| 27 | +## Schema |
| 28 | + |
| 29 | +### Required |
| 30 | + |
| 31 | +- `cx_profile_name` (String) Connection profile name |
| 32 | + |
| 33 | +### Optional |
| 34 | + |
| 35 | +- `filter` (Attributes) Filter iSCSI services by their properties (see [below for nested schema](#nestedatt--filter)) |
| 36 | + |
| 37 | +### Read-Only |
| 38 | + |
| 39 | +- `iscsi_services` (Attributes List) iSCSI services matching the filter (see [below for nested schema](#nestedatt--iscsi_services)) |
| 40 | + |
| 41 | +<a id="nestedatt--filter"></a> |
| 42 | + |
| 43 | +### Nested Schema for `filter` |
| 44 | + |
| 45 | +Optional: |
| 46 | + |
| 47 | +- `svm_name` (String) iSCSI SVM name |
| 48 | + |
| 49 | +<a id="nestedatt--iscsi_services"></a> |
| 50 | + |
| 51 | +### Nested Schema for `iscsi_services` |
| 52 | + |
| 53 | +Read-Only: |
| 54 | + |
| 55 | +- `cx_profile_name` (String) Connection profile name |
| 56 | +- `enabled` (Boolean) iSCSI should be enabled or disabled |
| 57 | +- `svm_name` (String) iSCSI SVM name |
| 58 | +- `target` (Attributes) iSCSI target properties (see [below for nested schema](#nestedatt--iscsi_services--target)) |
| 59 | + |
| 60 | +<a id="nestedatt--iscsi_services--target"></a> |
| 61 | + |
| 62 | +### Nested Schema for `iscsi_services.target` |
| 63 | + |
| 64 | +Read-Only: |
| 65 | + |
| 66 | +- `alias` (String) iSCSI target alias of the iSCSI service |
| 67 | +- `name` (String) iSCSI target name of the iSCSI service |
0 commit comments