Documentation ¶
Index ¶
- func NewSSHDCheckerRetryable(user string, remoteIP string, logger boshlog.Logger) retrystrategy.Retryable
- func NewSSHPortForwarderRetryable(localPort int, remotePort int, remoteIP string, user string, ...) retrystrategy.Retryable
- type Instance
- func (in *Instance) EnsureReachable(c client.Connector, l boshlog.Logger) error
- func (in *Instance) ID() string
- func (in *Instance) PrivateIP(c client.Connector, l boshlog.Logger) (string, error)
- func (in *Instance) PrivateIPs(c client.Connector, l boshlog.Logger) ([]string, error)
- func (in *Instance) PublicIP(c client.Connector, l boshlog.Logger) (string, error)
- func (in *Instance) PublicIPs(c client.Connector, l boshlog.Logger) ([]string, error)
- func (in *Instance) SSHKeyPair() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSSHDCheckerRetryable ¶
Types ¶
type Instance ¶
type Instance struct {
// contains filtered or unexported fields
}
func NewInstance ¶
func (*Instance) EnsureReachable ¶
func (*Instance) PrivateIPs ¶
func (*Instance) SSHKeyPair ¶
Click to show internal directories.
Click to hide internal directories.