Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct { Enabled bool `json:"enabled"` // This setting is enabled (`true`) or disabled (`false`) Filter *string `json:"filter,omitempty"` // This string should have one of the following formats:\n- $prefix(parameter) - property value starting with 'parameter'\n- $eq(parameter) - property value exactly matching 'parameter'\n- $suffix(parameter) - property value ends with 'parameter'\n- $contains(parameter) - property value contains 'parameter' Ipaddress string `json:"ipaddress"` // Specify the IP address or name of the vCenter or standalone ESXi host: Label string `json:"label"` // Name this connection Password string `json:"password"` Username string `json:"username"` // Provide user credentials for the vCenter or standalone ESXi host: }
func (*Settings) FillDemoValues ¶
func (*Settings) MarshalHCL ¶
func (me *Settings) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.