InlineEdgeCluster1

InlineEdgeCluster1
InlineEdgeCluster1
JSON Example
{
    "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"
}
string
member_node_type
Optional

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.

Possible values are : EDGE_NODE, PUBLIC_CLOUD_GATEWAY_NODE, UNKNOWN,
cluster_profile_bindings
Optional

Edge cluster profile bindings

members
Optional

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.

string
deployment_type
Optional

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.

Possible values are : VIRTUAL_MACHINE, PHYSICAL_MACHINE, UNKNOWN,