Table of Contents

Enum GatewayType

Namespace
Scaleout.Client.GoogleCloud
Assembly
Scaleout.Client.GoogleCloud.dll

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

public enum GatewayType

Fields

Private = 0

The GcpBootstrapGatewayProvider should return the private IP addresses of compute instances running the ScaleOut service.

Public = 1

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