Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 1.95 KB

File metadata and controls

21 lines (19 loc) · 1.95 KB

TransportNode

Properties

Name Type Description Notes
hostSwitchSpec HostSwitchSpec [optional]
nodeId String Unique Id of the fabric node [optional]
nodeDeploymentInfo Node [optional]
hostSwitches List<HostSwitch> This property is deprecated in favor of 'host_switch_spec'. Property 'host_switches' can only be used for NSX managed transport nodes. 'host_switch_spec' can be used for both NSX managed or manually preconfigured host switches. [optional]
maintenanceMode MaintenanceModeEnum The property is read-only, used for querying result. User could update transport node maintenance mode by UpdateTransportNodeMaintenanceMode call. [optional]
failureDomainId String Set failure domain of edge transport node which will help in auto placement of TIER1 logical routers, DHCP Servers and MDProxies, if failure domain based allocation is enabled in edge cluster API. It is only supported for edge transport node and not for host transport node. In case failure domain is not set by user explicitly, it will be always assigned with default system created failure domain. [optional]
isOverridden Boolean This flag is relevant to only those hosts which are part of a compute collection which has transport node profile (TNP) applied on it. If you change the transport node configuration and it is different than cluster level TNP then this flag will be set to true [optional]
transportZoneEndpoints List<TransportZoneEndPoint> Transport zone endpoints. [optional]

Enum: MaintenanceModeEnum

Name Value
ENABLED "ENABLED"
FORCE_ENABLED "FORCE_ENABLED"
DISABLED "DISABLED"