Method | Description | |
---|---|---|
GetInstance ( IfyContext context ) : |
Creates a new XmlRpcVMTemplate instance.
|
|
GetTemplateXml ( string key ) : string |
Merges the content of the additional info with the existing template.
|
|
OneVMTemplate ( IfyContext context ) : System | ||
OneVMTemplate ( IfyContext context, VMTEMPLATE template, Terradue.Cloud.CloudProvider provider ) : System |
Initializes a new instance of the Terradue.Cloud.XmlRpcVMTemplate class.
|
|
OneVMTemplate ( IfyContext context, string name ) : System |
public static GetInstance ( IfyContext context ) : |
||
context | IfyContext | the execution environment context |
return |
public GetTemplateXml ( string key ) : string | ||
key | string | |
return | string |
public OneVMTemplate ( IfyContext context ) : System | ||
context | IfyContext | |
return | System |
public OneVMTemplate ( IfyContext context, VMTEMPLATE template, Terradue.Cloud.CloudProvider provider ) : System | ||
context | IfyContext | Context. |
template | VMTEMPLATE | Template. |
provider | Terradue.Cloud.CloudProvider | |
return | System |
public OneVMTemplate ( IfyContext context, string name ) : System | ||
context | IfyContext | |
name | string | |
return | System |