com.cloudera.api.model
Class ApiClusterTemplateHostTemplate

java.lang.Object
  extended by com.cloudera.api.model.ApiClusterTemplateHostTemplate

public class ApiClusterTemplateHostTemplate
extends Object

Host templates will contain information about the role config groups that should be applied to a host. This basically means a host will have a role corresponding to each config group.


Constructor Summary
ApiClusterTemplateHostTemplate()
           
 
Method Summary
 int getCardinality()
           
 String getRefName()
           
 List<String> getRoleConfigGroupsRefNames()
           
 void setCardinality(int cardinality)
           
 void setRefName(String refName)
           
 void setRoleConfigGroupsRefNames(List<String> roleConfigGroupsRefNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApiClusterTemplateHostTemplate

public ApiClusterTemplateHostTemplate()
Method Detail

getRefName

public String getRefName()

setRefName

public void setRefName(String refName)

getRoleConfigGroupsRefNames

public List<String> getRoleConfigGroupsRefNames()

setRoleConfigGroupsRefNames

public void setRoleConfigGroupsRefNames(List<String> roleConfigGroupsRefNames)

getCardinality

public int getCardinality()

setCardinality

public void setCardinality(int cardinality)


Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.