Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 916 Bytes

NodeCandidate.md

File metadata and controls

34 lines (23 loc) · 916 Bytes

NodeCandidate

A node creatable by the system

Properties

Name Type Description Notes
id String [optional]
nodeCandidateType NodeCandidateTypeEnum [optional]
price Double [optional]
cloud Cloud [optional]
image Image [optional]
hardware Hardware [optional]
location Location [optional]
pricePerInvocation Double [optional]
memoryPrice Double [optional]
environment Environment [optional]

Enum: NodeCandidateTypeEnum

Name Value
IAAS "IAAS"
FAAS "FAAS"
PAAS "PAAS"
BYON "BYON"
SIMULATION "SIMULATION"