Reference returns the reference used to set up this destination. Note that this should directly correspond to user's intent, e.g. it should use the public hostname instead of the result of resolving CNAMEs or following redirects.
()
| 295 | // Reference returns the reference used to set up this destination. Note that this should directly correspond to user's intent, |
| 296 | // e.g. it should use the public hostname instead of the result of resolving CNAMEs or following redirects. |
| 297 | Reference() ImageReference |
| 298 | // Close removes resources associated with an initialized ImageDestination, if any. |
| 299 | Close() error |
| 300 |
no outgoing calls