InlineEdgeCluster1
{
"member_node_type": "string",
"cluster_profile_bindings": [
{
"profile_id": "string",
"resource_type": "string"
}
],
"members": [
{
"member_index": 0,
"display_name": "string",
"description": "string",
"transport_node_id": "string"
}
],
"deployment_type": "string"
}
Edge cluster is homogenous collection of transport nodes. Hence all transport nodes of the cluster must be of same type. This readonly field shows the type of transport nodes.
EdgeCluster only supports homogeneous members. These member should be backed by either EdgeNode or PublicCloudGatewayNode. DeploymentType and TransportNode type of these nodes should be the same.
This field is a readonly field which could show deployment_type of members. It would return UNKNOWN if there is no members, and return VIRTUAL_MACHINE| PHYSICAL_MACHINE if all edge members are VIRTUAL_MACHINE|PHYSICAL_MACHINE.