proton_get_service_sync_blocker_summary {paws.compute} | R Documentation |
Get detailed data for the service sync blocker summary
Description
Get detailed data for the service sync blocker summary.
See https://www.paws-r-sdk.com/docs/proton_get_service_sync_blocker_summary/ for full documentation.
Usage
proton_get_service_sync_blocker_summary(
serviceInstanceName = NULL,
serviceName
)
Arguments
serviceInstanceName |
The name of the service instance that you want to get the service sync blocker summary for. If given bothe the instance name and the service name, only the instance is blocked. |
serviceName |
[required] The name of the service that you want to get the service sync blocker summary for. If given only the service name, all instances are blocked. |
[Package paws.compute version 0.7.0 Index]