public class ApiOvhDedicatedinstallationTemplate extends ApiOvhBase
core| Constructor and Description |
|---|
ApiOvhDedicatedinstallationTemplate(ApiOvhCore core) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<String> |
GET()
OVH operating system installation templates
REST: GET /dedicated/installationTemplate
|
OvhTemplates |
templateName_GET(String templateName)
Get this object properties
REST: GET /dedicated/installationTemplate/{templateName}
|
ArrayList<String> |
templateName_partitionScheme_GET(String templateName)
Partitioning schemes available on this template
REST: GET /dedicated/installationTemplate/{templateName}/partitionScheme
|
OvhTemplatePartitioningSchemes |
templateName_partitionScheme_schemeName_GET(String templateName,
String schemeName)
Get this object properties
REST: GET /dedicated/installationTemplate/{templateName}/partitionScheme/{schemeName}
|
ArrayList<String> |
templateName_partitionScheme_schemeName_hardwareRaid_GET(String templateName,
String schemeName)
Hardware RAIDs defined in this partitioning scheme
REST: GET /dedicated/installationTemplate/{templateName}/partitionScheme/{schemeName}/hardwareRaid
|
OvhHardwareRaid |
templateName_partitionScheme_schemeName_hardwareRaid_name_GET(String templateName,
String schemeName,
String name)
Get this object properties
REST: GET /dedicated/installationTemplate/{templateName}/partitionScheme/{schemeName}/hardwareRaid/{name}
|
ArrayList<String> |
templateName_partitionScheme_schemeName_partition_GET(String templateName,
String schemeName)
Partitions defined in this partitioning scheme
REST: GET /dedicated/installationTemplate/{templateName}/partitionScheme/{schemeName}/partition
|
OvhTemplatePartitions |
templateName_partitionScheme_schemeName_partition_mountpoint_GET(String templateName,
String schemeName,
String mountpoint)
Get this object properties
REST: GET /dedicated/installationTemplate/{templateName}/partitionScheme/{schemeName}/partition/{mountpoint}
|
public ApiOvhDedicatedinstallationTemplate(ApiOvhCore core)
public ArrayList<String> GET() throws IOException
IOExceptionpublic OvhTemplates templateName_GET(String templateName) throws IOException
templateName - [required] This template nameIOExceptionpublic ArrayList<String> templateName_partitionScheme_GET(String templateName) throws IOException
templateName - [required] This template nameIOExceptionpublic OvhTemplatePartitioningSchemes templateName_partitionScheme_schemeName_GET(String templateName, String schemeName) throws IOException
templateName - [required] This template nameschemeName - [required] name of this partitioning schemeIOExceptionpublic ArrayList<String> templateName_partitionScheme_schemeName_partition_GET(String templateName, String schemeName) throws IOException
templateName - [required] This template nameschemeName - [required] name of this partitioning schemeIOExceptionpublic OvhTemplatePartitions templateName_partitionScheme_schemeName_partition_mountpoint_GET(String templateName, String schemeName, String mountpoint) throws IOException
templateName - [required] This template nameschemeName - [required] name of this partitioning schememountpoint - [required] partition mount pointIOExceptionpublic ArrayList<String> templateName_partitionScheme_schemeName_hardwareRaid_GET(String templateName, String schemeName) throws IOException
templateName - [required] This template nameschemeName - [required] name of this partitioning schemeIOExceptionpublic OvhHardwareRaid templateName_partitionScheme_schemeName_hardwareRaid_name_GET(String templateName, String schemeName, String name) throws IOException
templateName - [required] This template nameschemeName - [required] name of this partitioning schemename - [required] Hardware RAID nameIOExceptionCopyright © 2017. All rights reserved.