C# 클래스 ConoHaNet.Services.Compute.SimpleServerImage

파일 보기 프로젝트 열기: crowdy/OpenStack-ConoHa 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Delete ( ) : bool

Deletes the specified image.

보호된 메소드들

메소드 설명
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.

메소드 상세

Delete() 공개 메소드

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

UpdateThis() 보호된 메소드

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.
리턴 void