ApiClusterTemplateHostInfo Data Model

This contains information about the host or host range on which provided host template will be applied.

Properties
name data type description
hostName string
hostNameRange string
rackId string
hostTemplateRefName string
roleRefNames array of string

Example

{
  "hostName" : "...",
  "hostNameRange" : "...",
  "rackId" : "...",
  "hostTemplateRefName" : "...",
  "roleRefNames" : [ "...", "..." ]
}