Table of Contents

Enum GatewayType

Namespace
Scaleout.Client.EC2
Assembly
Scaleout.Client.EC2.dll

Enum indicating whether to use public or private EC2 IP addresses to connect to ScaleOut hosts.

public enum GatewayType

Fields

Private = 0

The EC2BootstrapGatewayProvider should return the private IP addresses of EC2 instances running the ScaleOut service.

Public = 1

The EC2BootstrapGatewayProvider should return the public IP addresses of EC2 instances running the ScaleOut service. (Warning: May result in data egress charges.)