C# 클래스 AwsPs.FakeClient

상속: IClient
파일 보기 프로젝트 열기: mg-alfa-dev/aws

공개 메소드들

메소드 설명
GetInstances ( ) : IEnumerable
StartInstance ( string instanceId ) : void
StopInstance ( string instanceId ) : void

메소드 상세

GetInstances() 공개 메소드

public GetInstances ( ) : IEnumerable
리턴 IEnumerable

StartInstance() 공개 메소드

public StartInstance ( string instanceId ) : void
instanceId string
리턴 void

StopInstance() 공개 메소드

public StopInstance ( string instanceId ) : void
instanceId string
리턴 void