Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1002 Bytes

File metadata and controls

17 lines (15 loc) · 1002 Bytes

TransportNodeTemplateState

Properties

Name Type Description Notes
state StateEnum Transport node template state on individual hosts of ComputeCollection which enabled automated transport code creation. 'FAILED_TO_CREATE' means transport node isn't created. 'IN_PROGRESS' means transport node is in progress of creation. 'FAILED_TO_REALIZE' means transport node has been created, but failed on host realization, it will repush to host by NSX later. 'SUCCESS' means transport node creation is succeeded. [optional]
nodeId String node id
transportNodeId String transport node id [optional]

Enum: StateEnum

Name Value
FAILED_TO_CREATE "FAILED_TO_CREATE"
IN_PROGRESS "IN_PROGRESS"
FAILED_TO_REALIZE "FAILED_TO_REALIZE"
SUCCESS "SUCCESS"