public interface ConvergedStackComponentBuilderIf
Modifier and Type | Method and Description |
---|---|
ConvergedStackComponentDetail |
buildConvergedStackComponent(java.lang.String accountIdentity)
Returns an instance of @see com.cloupia.model.cIM.ConvergedStackComponentDetail containing all the device details
you want to display in the UI under the Converged tab.
|
ConvergedStackComponentDetail buildConvergedStackComponent(java.lang.String accountIdentity) throws java.lang.Exception
accountIdentity
- This is a semi-colon separated string containing various details which varies depending on
the type of component you registered with. So depending on if this component is for a Compute, Storage, or Network
type component.
java.lang.Exception