C# Class ConoHaNet.Objects.Servers.CreateServerImageRequest

Mostra file Open project: crowdy/OpenStack-ConoHa

Private Properties

Property Type Description

Public Methods

Method Description
CreateServerImageRequest ( CreateServerImageDetails details ) : System

Initializes a new instance of the CreateServerImageRequest class with the specified details.

Method Details

CreateServerImageRequest() public method

Initializes a new instance of the CreateServerImageRequest class with the specified details.
If is .
public CreateServerImageRequest ( CreateServerImageDetails details ) : System
details CreateServerImageDetails The details of the request.
return System