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
Urls
public Dictionary<string, string> Urls { get; set; }
Property Value
Users
public List<GemFireUser> Users { get; set; }