-
Notifications
You must be signed in to change notification settings - Fork 674
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
Add support for transit enabled cloud connections #3758
Conversation
@yussufsh , Can you please review this ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please as well check why there are so many changes in the markdown files.
@yussufsh, I also checked the changes in the markdown files. These were due to an editor extension / plugin which formatted the markdown as per the CommonMark spec. Let me know if I need to revert those formatting changes. |
Please rebase your changes and squash them in one commit. Also use the latest tag v1.1.9 which is available now. |
@yussufsh The changes have been squashed into a single commit, power-go-client updated to latest tag v1.1.9 as suggested |
Can you fix conflicts |
if v, ok := d.GetOk(PICloudConnectionTransitEnabled); ok { | ||
body.TransitEnabled = v.(bool) | ||
} | ||
|
||
client := st.NewIBMPICloudConnectionClient(ctx, sess, cloudInstanceID) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In Read can you set back PICloudConnectionTransitEnabled
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PICloudConnectionTransitEnabled can't be set in CloudConnectionRead, it applies only for Create. In Read, PICloudConnectionConnectionMode shows the connection mode. I have added this in the latest commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hkantare that attribute is not computed and is not provided in the response.
Code changes to use features from latest release of power-go-client Fixed typo Removed test case Review comment code changes Review comment code changes Updated power-go-client to v1.1.9 added PICloudConnectionConnectionMode in CloudConnectionRead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Code changes to use features from latest release of power-go-client Fixed typo Removed test case Review comment code changes Review comment code changes Updated power-go-client to v1.1.9 added PICloudConnectionConnectionMode in CloudConnectionRead
Code changes to use features from latest release of power-go-client Fixed typo Removed test case Review comment code changes Review comment code changes Updated power-go-client to v1.1.9 added PICloudConnectionConnectionMode in CloudConnectionRead
Community Note
Relates OR Closes #0000
Output from acceptance testing: