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

Inheritance: IMigration, IDisposable
显示文件 Open project: tim-cools/RealTimeWeb.NET

Public Methods

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

Private Methods

Method Description
CreateClient ( ) : IAmazonEC2
DeleteVpc ( Vpc vpc ) : System.Threading.Tasks.Task
VpcExists ( ) : Task

Method Details

CreateVpc() public method

public CreateVpc ( ) : 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.Task
return System.Threading.Tasks.Task

M201602102132_CreateVPC() public method

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

Up() public method

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