Table of Contents

Class GemFireServiceInfo

Namespace
Steeltoe.CloudFoundry.Connector.Services
Assembly
Steeltoe.CloudFoundry.ConnectorBase.dll
public class GemFireServiceInfo : ServiceInfo, IServiceInfo
Inheritance
GemFireServiceInfo
Implements
Inherited Members

Constructors

GemFireServiceInfo(string)

public GemFireServiceInfo(string id)

Parameters

id string

Properties

Locators

public List<string> Locators { get; set; }

Property Value

List<string>

Urls

public Dictionary<string, string> Urls { get; set; }

Property Value

Dictionary<string, string>

Users

public List<GemFireUser> Users { get; set; }

Property Value

List<GemFireUser>