Skip to content
Merged
Show file tree
Hide file tree
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 @@ -805,6 +805,24 @@
"type": "string",
"readOnly": true
}
},
"clusterType": {
"description": "The node type of all the nodes of the cluster.",
"type": "string",
"enum": [
"FirstParty",
"ThirdParty"
],
"x-ms-enum": {
"name": "ClusterNodeType",
"modelAsString": true
},
"readOnly": true
},
"manufacturer": {
"description": "The manufacturer of all the nodes of the cluster.",
"type": "string",
"readOnly": true
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
"clusterName": "cluster1",
"clusterId": "a76ac23a-1819-4e82-9410-e3e4ec3d1425",
"clusterVersion": "10.0.17777",
"clusterType": "ThirdParty",
"manufacturer": "Dell Inc.",
"nodes": [
{
"name": "Node1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
"clusterName": "cluster1",
"clusterId": "a76ac23a-1819-4e82-9410-e3e4ec3d1425",
"clusterVersion": "10.0.17777",
"clusterType": "ThirdParty",
"manufacturer": "Dell Inc.",
"nodes": [
{
"name": "Node1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
"clusterName": "cluster1",
"clusterId": "a76ac23a-1819-4e82-9410-e3e4ec3d1425",
"clusterVersion": "10.0.17777",
"clusterType": "ThirdParty",
"manufacturer": "Dell Inc.",
"nodes": [
{
"name": "Node1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
"clusterName": "cluster1",
"clusterId": "a76ac23a-1819-4e82-9410-e3e4ec3d1425",
"clusterVersion": "10.0.17777",
"clusterType": "ThirdParty",
"manufacturer": "Dell Inc.",
"nodes": [
{
"name": "Node1",
Expand Down