C# Class ConoHaNet.Services.Compute.SimpleServerImage

ファイルを表示 Open project: crowdy/OpenStack-ConoHa Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Delete ( ) : bool

Deletes the specified image.

Protected Methods

Method Description
UpdateThis ( SimpleServerImage serverImage ) : void

Updates the current instance to match the information in serverImage.

This method should be overridden in derived types to ensure all properties for the current instance are updated.

Method Details

Delete() public method

Deletes the specified image.
If the REST API request failed.
public Delete ( ) : bool
return bool

UpdateThis() protected method

Updates the current instance to match the information in serverImage.
This method should be overridden in derived types to ensure all properties for the current instance are updated.
If is .
protected UpdateThis ( SimpleServerImage serverImage ) : void
serverImage SimpleServerImage The updated information for the current image.
return void