Skip to content

Commit 9feb539

Browse files
committed
feat(GEN4_GRANITE_RAPIDS): UI-42311:Adding Network Bandwidth in Instance profiles
1 parent 13018d0 commit 9feb539

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

website/docs/d/is_instance_profile.html.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,13 @@ In addition to the argument reference list, you can access the following attribu
157157
- `min` - (Integer) The minimum number of network attachments supported by an instance using this profile.
158158
- `type` - (String) The type for this profile field, Ex: range or dependent.
159159

160+
- `network_bandwidth_mode` - (List) The permitted network bandwidth modes for an instance with this profile
161+
162+
Nested schema for `network_bandwidth_mode`:
163+
- `default` - (string) The maximum number of network attachments supported by an instance using this profile.
164+
- `type` - (string) The minimum number of network attachments supported by an instance using this profile.
165+
- `values` - (String) The type for this profile field, Ex: range or dependent.
166+
160167
- `network_interface_count` - (List)
161168

162169
Nested scheme for `network_interface_count`:

website/docs/d/is_instance_profiles.html.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,13 @@ You can access the following attribute references after your data source is crea
157157
- `max` - (Integer) The maximum number of network attachments supported by an instance using this profile.
158158
- `min` - (Integer) The minimum number of network attachments supported by an instance using this profile.
159159
- `type` - (String) The type for this profile field, Ex: range or dependent.
160+
161+
- `network_bandwidth_mode` - (List) The permitted network bandwidth modes for an instance with this profile
162+
163+
Nested schema for `network_bandwidth_mode`:
164+
- `default` - (string) The maximum number of network attachments supported by an instance using this profile.
165+
- `type` - (string) The minimum number of network attachments supported by an instance using this profile.
166+
- `values` - (String) The type for this profile field, Ex: range or dependent.
160167

161168

162169
- `network_interface_count` - (List)

0 commit comments

Comments
 (0)