[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen

EdgeDeploymentModeDetailsTO

Properties

map of string
attributes Optional

The specific attributes needed to create a new edge deployment. Keys will depend on the value of ’type'.


string
type Optional

Defines the deployment type, VM or Cluster

Possible values are: CLUSTERVM

JSON Example

{
    "attributes": {
        "dockerBridgeCidr": "172.17.0.1/16",
        "identityId": "identiy-id",
        "numNodes": "4",
        "podCidr": "192.168.0.0/16",
        "serviceCidr": "192.169.0.0/24"
    },
    "type": "CLUSTER"
}
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Property Of

EdgeDeploymentCreateTOV2
EdgeDeploymentTOV2

Feedback

Was this page helpful?