We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Elastic IP Address should be populated in the IPAddress field of the Driver struct. See https://github.com/docker/machine/blob/d889abc3528b09753746caaa79bb943bc835c20f/libmachine/drivers/base.go#L17.
IPAddress
Driver
The text was updated successfully, but these errors were encountered:
make sense to me.
but Driver struct gets both ElasticIPId and ElasticIP fields in it. these two fields seem related, it will be much more clear to put them together.
ElasticIPId
ElasticIP
Any particular reason to use IPAddress?
Sorry, something went wrong.
Merge pull request #22 from hvpareja/hector/make-elastic-ip-optional
7cdb19a
Make ElasticIP optional and expose PrivateIP when not allocated (#12 and #13)
No branches or pull requests
Elastic IP Address should be populated in the
IPAddress
field of theDriver
struct. See https://github.com/docker/machine/blob/d889abc3528b09753746caaa79bb943bc835c20f/libmachine/drivers/base.go#L17.The text was updated successfully, but these errors were encountered: