C# Class Soloco.RealTimeWeb.Environment.Migrations.M201602092122_CreateECSCluster

Inheritance: IMigration, IDisposable
Show file Open project: tim-cools/RealTimeWeb.NET

Public Methods

Method Description
CreateCluster ( ) : System.Threading.Tasks.Task
Dispose ( ) : void
Down ( ) : System.Threading.Tasks.System.Threading.Tasks.Task
M201602092122_CreateECSCluster ( MigrationContext context ) : System
Up ( ) : System.Threading.Tasks.System.Threading.Tasks.Task

Private Methods

Method Description
ClusterExists ( ) : Task
CreateClient ( ) : IAmazonECS
DeleteCluster ( ) : System.Threading.Tasks.Task

Method Details

CreateCluster() public method

public CreateCluster ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Dispose() public method

public Dispose ( ) : void
return void

Down() public method

public Down ( ) : System.Threading.Tasks.System.Threading.Tasks.Task
return System.Threading.Tasks.System.Threading.Tasks.Task

M201602092122_CreateECSCluster() public method

public M201602092122_CreateECSCluster ( MigrationContext context ) : System
context Soloco.RealTimeWeb.Environment.Core.MigrationContext
return System

Up() public method

public Up ( ) : System.Threading.Tasks.System.Threading.Tasks.Task
return System.Threading.Tasks.System.Threading.Tasks.Task