Class GemFireServiceInfo
Inheritance
System.Object
GemFireServiceInfo
Assembly: Steeltoe.CloudFoundry.ConnectorBase.dll
Syntax
public class GemFireServiceInfo : ServiceInfo, IServiceInfo
Constructors
|
Edit this page
View Source
GemFireServiceInfo(String)
Declaration
public GemFireServiceInfo(string id)
Parameters
Type |
Name |
Description |
System.String |
id |
|
Properties
|
Edit this page
View Source
Locators
Declaration
public List<string> Locators { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Edit this page
View Source
Urls
Declaration
public Dictionary<string, string> Urls { get; set; }
Property Value
Type |
Description |
Dictionary<System.String, System.String> |
|
|
Edit this page
View Source
Users
Declaration
public List<GemFireUser> Users { get; set; }
Property Value
Implements