Function create_service_instance

Source
pub async fn create_service_instance(
    configuration: &Configuration,
    site_id: &str,
    addon: &str,
    config: Value,
) -> Result<ServiceInstance, Error<CreateServiceInstanceError>>