C# Class OneAndOne.Client.Endpoints.DVDs.DVDs

Inheritance: ResourceBase
Afficher le fichier Open project: 1and1/oneandone-cloudserver-sdk-dotnet

Méthodes publiques

Méthode Description
DVDs ( object _apiUrl = null, object _apiKey = null ) : System
Get ( int page = null, int perPage = null, string sort = null, string query = null, string fields = null ) : List

Returns a list of all the operative systems and tools that you can load into your virtual DVD unit.

Show ( string id ) : OneAndOne.POCO.Respones.DVDS.DVDResponse

Information about specific ISO image

Method Details

DVDs() public méthode

public DVDs ( object _apiUrl = null, object _apiKey = null ) : System
_apiUrl object
_apiKey object
Résultat System

Get() public méthode

Returns a list of all the operative systems and tools that you can load into your virtual DVD unit.
public Get ( int page = null, int perPage = null, string sort = null, string query = null, string fields = null ) : List
page int Allows to use pagination. Sets the number of servers that will be shown in each page.
perPage int Current page to show.
sort string Allows to sort the result by priority:sort=name retrieves a list of elements ordered by their names.sort=-creation_date retrieves a list of elements ordered according to their creation date in descending order of priority.
query string Allows to search one string in the response and return the elements that contain it. In order to specify the string use parameter q: q=My server
fields string Returns only the parameters requested: fields=id,name,description,hardware.ram
Résultat List

Show() public méthode

Information about specific ISO image
public Show ( string id ) : OneAndOne.POCO.Respones.DVDS.DVDResponse
id string Iso's ID
Résultat OneAndOne.POCO.Respones.DVDS.DVDResponse