Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 754 Bytes

File metadata and controls

17 lines (15 loc) · 754 Bytes

EdgeNode

Properties

Name Type Description Notes
nodeSettings EdgeNodeSettings [optional]
deploymentConfig EdgeNodeDeploymentConfig [optional]
allocationList List<String> List of logical router ids to which this edge node is allocated. [optional]
deploymentType DeploymentTypeEnum Supported edge deployment type. [optional]

Enum: DeploymentTypeEnum

Name Value
VIRTUAL_MACHINE "VIRTUAL_MACHINE"
PHYSICAL_MACHINE "PHYSICAL_MACHINE"
UNKNOWN "UNKNOWN"