Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Scopes = struct { Cluster Scope External Scope Internal Scope }{ "CLUSTER", "EXTERNAL", "INTERNAL", }
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct { Name string `json:"name"` // Name NetworkScope Scope `json:"networkScope"` // Possible Values: `CLUSTER`, `EXTERNAL`, `INTERNAL` Token string `json:"token"` // Provide a valid token created on the remote environment. Uri string `json:"uri"` // Specify the full URI to the remote environment. Your local environment will have to be able to connect this URI on a network level. }
func (*Settings) FillDemoValues ¶
func (*Settings) MarshalHCL ¶
func (me *Settings) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.