-
Notifications
You must be signed in to change notification settings - Fork 24
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
Implement the services managed by ISV/CSP #988
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The services we have deployed are primarily self-hosted services. However, another significant use case for services is as managed services, which are managed by the Independent Software Vendor (ISV) or Cloud Service Provider (CSP). In terms of these managed services, we need to extend our current implementation. The following steps outline this process:
ManagedService
object.ManagedService
should be similar to the current ServiceVo.ManagedService
should have certain properties that can be used to connect to the end-user’s network, such as vpc-peering.The text was updated successfully, but these errors were encountered: