Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show external IP for instance primary NIC #1066

Closed
david-crespo opened this issue Jul 22, 2022 · 0 comments · Fixed by #1070
Closed

Show external IP for instance primary NIC #1066

david-crespo opened this issue Jul 22, 2022 · 0 comments · Fixed by #1070
Assignees

Comments

@david-crespo
Copy link
Collaborator

Console side of https://github.com/oxidecomputer/remote-access-preview/issues/22

Hit useApiQuery('instanceExternalIpList', ...instanceParams) and display the result on the primary network interface. Right now there's only zero or one, but soon (a few weeks) there will be up to 8.

export type ExternalIp = {
ip: string
kind: IpKind
}

export type IpKind = 'ephemeral' | 'floating'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant