Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,18 @@
"type": "boolean",
"description": "Indicates whether IP forwarding is enabled on this network interface."
},
"hostedWorkloads": {
"type": "array",
"items": {
"type": "string"
},
"readOnly": true,
"description": "A list of references to linked BareMetal resources"
},
"linkedResourceType": {
"type": "string",
"description": "The type of resource to be linked to this network interface"
},
"resourceGuid": {
"type": "string",
"description": "The resource GUID property of the network interface resource."
Expand Down