Table of Contents

Enum GatewayType

Namespace
Scaleout.Client.Azure
Assembly
Scaleout.Client.Azure.dll

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

public enum GatewayType

Fields

Private = 0

The AzureBootstrapGatewayProvider should return the private IP addresses of Azure VM instances running the ScaleOut service.

Public = 1

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