Skip to content

Commit

Permalink
Adding linkedResourceType and hostedWorkloads to nic (#3780)
Browse files Browse the repository at this point in the history
  • Loading branch information
rupalivohra authored and sergey-shandar committed Aug 31, 2018
1 parent 45af62f commit 17d1ddf
Showing 1 changed file with 12 additions and 0 deletions.
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

0 comments on commit 17d1ddf

Please sign in to comment.