Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gemfire ¶
type Gemfire struct { /*Locator - Descr: Port the Locator is listening on Default: 55221 */ Locator *Locator `yaml:"locator,omitempty"` /*Plans - Descr: Configuration for plans deployed by product Default: [] */ Plans interface{} `yaml:"plans,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Locator ¶
type Locator struct { /*Plan1Addresses - Descr: List of GemFire Locator addresses for plan 1 of the form X.X.X.X Default: <nil> */ Plan1Addresses interface{} `yaml:"plan_1_addresses,omitempty"` /*Plan2Addresses - Descr: List of GemFire Locator addresses for plan 2 of the form X.X.X.X Default: <nil> */ Plan2Addresses interface{} `yaml:"plan_2_addresses,omitempty"` /*Plan3Addresses - Descr: List of GemFire Locator addresses for plan 3 of the form X.X.X.X Default: <nil> */ Plan3Addresses interface{} `yaml:"plan_3_addresses,omitempty"` /*Port - Descr: Port the Locator is listening on Default: 55221 */ Port interface{} `yaml:"port,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type TestClusterHealthJob ¶
type TestClusterHealthJob struct { /*Gemfire - Descr: Configuration for plans deployed by product Default: [] */ Gemfire *Gemfire `yaml:"gemfire,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.