UpdateCloudServicePayload
No description
type UpdateCloudServicePayload implements OperationResultContainer {
result: OperationResult!
cloudService: CloudService
credentials: MonitoredSystemCredentialOperations
}
Fields
UpdateCloudServicePayload.result ● OperationResult! non-null object
The result of the operation.
UpdateCloudServicePayload.cloudService ● CloudService object
This field holds the created monitored system if the operation was successful.
UpdateCloudServicePayload.credentials ● MonitoredSystemCredentialOperations object
Credential operations.
Interfaces
OperationResultContainer interface
Returned By
updateCloudService mutation