C# Class ConoHaNet.Services.Compute.SimpleServerImage

Afficher le fichier Open project: crowdy/OpenStack-ConoHa Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Delete ( ) : bool

Deletes the specified image.

Méthodes protégées

Méthode 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 méthode

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

UpdateThis() protected méthode

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.
Résultat void