public static class Network.ResourceTemplate
extends java.lang.Object
| Constructor and Description |
|---|
ResourceTemplate(java.lang.String resourceTemplateId,
int zoneId,
java.lang.String name,
java.lang.String icon)
A constructor for current class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIcon()
A getter to get
icon. |
java.lang.String |
getName()
A getter to get
name. |
java.lang.String |
getResourceTemplateId()
A function to get ID of resource template.
|
int |
getZoneId()
A getter to get
zoneId. |
java.lang.String |
toString() |
public ResourceTemplate(java.lang.String resourceTemplateId,
int zoneId,
java.lang.String name,
java.lang.String icon)
resourceTemplateId - id of the resource templatezoneId - id of zone corresponding to the resourcename - name of the resourceicon - icon of the resource