AppSSHHostKeyFingerprint returns the SSH key fingerprint of the SSH proxy that brokers connections to application instances.
()
| 51 | // AppSSHHostKeyFingerprint returns the SSH key fingerprint of the SSH proxy |
| 52 | // that brokers connections to application instances. |
| 53 | func (info Root) AppSSHHostKeyFingerprint() string { |
| 54 | return info.Links.AppSSH.Meta.HostKeyFingerprint |
| 55 | } |
| 56 | |
| 57 | // CloudControllerAPIVersion returns the version of the CloudController. |
| 58 | func (info Root) CloudControllerAPIVersion() string { |