proton_get_service_instance {paws.compute} | R Documentation |
Get detailed data for a service instance
Description
Get detailed data for a service instance. A service instance is an instantiation of service template and it runs in a specific environment.
See https://www.paws-r-sdk.com/docs/proton_get_service_instance/ for full documentation.
Usage
proton_get_service_instance(name, serviceName)
Arguments
name |
[required] The name of a service instance that you want to get the detailed data for. |
serviceName |
[required] The name of the service that you want the service instance input for. |
[Package paws.compute version 0.9.0 Index]