Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ForwardedPort ¶
type ForwardedPort struct { AutoCorrect bool `hcl:"auto_correct,optional"` Guest int32 `hcl:"guest,optional"` GuestIP string `hcl:"guest_ip,optional"` Host int32 `hcl:"host,optional"` HostIP string `hcl:"host_ip,optional"` ID string `hcl:"id,optional"` Protocol string `hcl:"protocol,optional"` Type string `hcl:"type,optional"` Body hcl.Body `hcl:",body"` Remain hcl.Body `hcl:",remain"` }
Click to show internal directories.
Click to hide internal directories.