C# Class ConoHaNet.Objects.Servers.CreateServerImageDetails

Exibir arquivo Open project: crowdy/OpenStack-ConoHa Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CreateServerImageDetails ( string imageName, Metadata metadata ) : System

Initializes a new instance of the CreateServerImageDetails class with the specified name and metadata.

Method Details

CreateServerImageDetails() public method

Initializes a new instance of the CreateServerImageDetails class with the specified name and metadata.
If is . If is empty.
public CreateServerImageDetails ( string imageName, Metadata metadata ) : System
imageName string Name of the new image.
metadata Metadata The metadata to associate to the new image.
return System